- getAllMetadata() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Replicates ls-tree for the current commit.
- getApexClasses(List<SMAMetadata>) - Static method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Get all apex files in the provided list
- getAPIVersion() - Static method in class org.jenkinsci.plugins.sma.SMAMetadataTypes
-
Returns the Salesforce Metadata API Version
- getBlob(String, String) - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Returns the blob information for the file at the specified path and commit
- getBody() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
The blob data in String format of the metadata's content.
- getCodeCoverage() - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Returns a formatted string of the code coverage information for this deployment
- getCodeCoverageWarnings() - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Returns a formatted string of code coverage warnings for printing to the Jenkins console
- getComponentFailures() - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Returns a formatted string of component failures for printing to the Jenkins console
- getContainer() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Returns the parent container for this metadata file.
- getContents() - Method in class org.jenkinsci.plugins.sma.SMAPackage
-
- getCurCommit() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
- getDeletedMetadata() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Returns all of the items that were deleted in the current commit.
- getDeployAll() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
Returns whether the current job is set to deploy all the metadata in the repository
- getDeployDetails() - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Returns the DeployDetails from this deployment
- getDeploymentData() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
Returns a map with the file name mapped to the byte contents of the metadata
- getDescriptor() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getDestructionMembers() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
Returns the SMAMetadata that is going to be deleted in this job
- getDisplayName() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getExtension() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Returns the extension for this metadata file.
- getFullName() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
A toString() like method that returns a concatenation of the name and extension of the metadata object.
- getMaxPoll() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getMember() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Returns the name of the metadata file.
- getMetadataType() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Returns the metadata type of this metadata file.
- getName() - Method in class org.jenkinsci.plugins.sma.SMAPackage
-
Returns the name of the manifest file for this SMAPackage
- getNewMetadata() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Returns all of the items that were added in the current commit.
- getOriginalMetadata() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Returns all of the modified (old paths) changes in the current commit.
- getPackage() - Method in class org.jenkinsci.plugins.sma.SMAPackage
-
Transforms the Package into a ByteArray
- getPackageMembers() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
Returns the SMAMetadata that is going to be deployed in this job
- getPassword() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getPath() - Method in class org.jenkinsci.plugins.sma.SMAMetadata
-
Returns the path of the metadata file.
- getPollWait() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getPrevCommit() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
- getProxyPass() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getProxyPort() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getProxyServer() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getProxyUser() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getRepo() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
- getRollbackAdditions() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
- getRollbackData() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
- getRollbackLocation() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
- getRollbackMetadata() - Method in class org.jenkinsci.plugins.sma.SMARunner
-
- getRunTestRegex() - Method in class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- getSecurityToken() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getServerType() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getSpecifiedTests(String) - Method in class org.jenkinsci.plugins.sma.SMARunner
-
Returns a String array of all the unit tests that should be run in this job
- getTestFailures() - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Returns a formatted string of test failures for printing to the Jenkins console
- getTestLevel() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getUpdatedMetadata() - Method in class org.jenkinsci.plugins.sma.SMAGit
-
Returns all of the updated changes in the current commit.
- getUsername() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- getValidateEnabled() - Method in class org.jenkinsci.plugins.sma.SMABuilder
-
- searchForTestClass(List<String>, String) - Static method in class org.jenkinsci.plugins.sma.SMAUtility
-
Searches for a possible unit tests in the repository for a given set of metadata
- setDeployDetails(DeployDetails) - Method in class org.jenkinsci.plugins.sma.SMAConnection
-
Sets the DeployDetails for this deployment.
- SMABuilder - Class in org.jenkinsci.plugins.sma
-
- SMABuilder(Boolean, String, String, String, String, String) - Constructor for class org.jenkinsci.plugins.sma.SMABuilder
-
- SMABuilder.DescriptorImpl - Class in org.jenkinsci.plugins.sma
-
- SMABuilder.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.sma.SMABuilder.DescriptorImpl
-
- SMAConnection - Class in org.jenkinsci.plugins.sma
-
This class handles the API connection and actions against the Salesforce instance
- SMAConnection(String, String, String, String, String, String, String, String, String, Integer) - Constructor for class org.jenkinsci.plugins.sma.SMAConnection
-
Constructor that sets up the connection to a Salesforce organization
- SMAGit - Class in org.jenkinsci.plugins.sma
-
Wrapper for git interactions using jGit.
- SMAGit(String, String) - Constructor for class org.jenkinsci.plugins.sma.SMAGit
-
Creates an SMAGit instance for the initial commit and/or initial build.
- SMAGit(String, String, String) - Constructor for class org.jenkinsci.plugins.sma.SMAGit
-
Creates an SMAGit instance for all other builds.
- SMAGit(String, String, String, String) - Constructor for class org.jenkinsci.plugins.sma.SMAGit
-
Creates an SMAGit instance for a ghprb build
- SMAMetadata - Class in org.jenkinsci.plugins.sma
-
Creates an object representation of a Salesforce Metadata file.
- SMAMetadata(String, String, String, String, String, boolean, boolean, boolean, byte[]) - Constructor for class org.jenkinsci.plugins.sma.SMAMetadata
-
Constructor for SMAMetadata object
- SMAMetadataTypes - Class in org.jenkinsci.plugins.sma
-
Class for the salesforceMetadata.xml document that contains Salesforce Metadata API information.
- SMAMetadataTypes() - Constructor for class org.jenkinsci.plugins.sma.SMAMetadataTypes
-
- SMAPackage - Class in org.jenkinsci.plugins.sma
-
Wrapper for com.sforce.soap.metadata.Package.
- SMAPackage(List<SMAMetadata>, boolean) - Constructor for class org.jenkinsci.plugins.sma.SMAPackage
-
Constructor for SMAPackage
Takes the SMAMetdata contents that are to be represented by the manifest file and generates a Package for deployment
- SMARunner - Class in org.jenkinsci.plugins.sma
-
Class that contains all of the configuration pertinent to the running job
- SMARunner(EnvVars) - Constructor for class org.jenkinsci.plugins.sma.SMARunner
-
Wrapper for coordinating the configuration of the running job
- SMAUtility - Class in org.jenkinsci.plugins.sma
-
Utility class for performing a variety of tasks in SMA.
- SMAUtility() - Constructor for class org.jenkinsci.plugins.sma.SMAUtility
-