Modifier and Type | Method and Description |
---|---|
static SMAMetadata |
SMAMetadataTypes.createMetadataObject(String filepath,
byte[] data)
Creates an SMAMetadata object from a string representation of a file's path and filename.
|
Modifier and Type | Method and Description |
---|---|
List<SMAMetadata> |
SMAPackage.getContents() |
List<SMAMetadata> |
SMARunner.getDestructionMembers()
Returns the SMAMetadata that is going to be deleted in this job
|
List<SMAMetadata> |
SMARunner.getPackageMembers()
Returns the SMAMetadata that is going to be deployed in this job
|
List<SMAMetadata> |
SMARunner.getRollbackAdditions() |
List<SMAMetadata> |
SMARunner.getRollbackMetadata() |
Modifier and Type | Method and Description |
---|---|
int |
SMAMetadata.compareTo(SMAMetadata comparison)
For sorting metadata by extension followed by member
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
SMAMetadata.getApexClasses(List<SMAMetadata> contents)
Get all apex files in the provided list
|
static void |
SMAUtility.printMetadataToConsole(hudson.model.BuildListener listener,
List<SMAMetadata> metadataList)
Prints a set of metadata names to the Jenkins console
|
Constructor and Description |
---|
SMAPackage(List<SMAMetadata> contents,
boolean destructiveChange)
Constructor for SMAPackage
Takes the SMAMetdata contents that are to be represented by the manifest file and generates a Package for deployment
|
Copyright © 2004-2016. All Rights Reserved.