public class SMARunner extends Object
Constructor and Description |
---|
SMARunner(hudson.EnvVars jobVariables,
String prTargetBranch)
Wrapper for coordinating the configuration of the running job
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeployAll()
Returns whether the current job is set to deploy all the metadata in the repository
|
Map<String,byte[]> |
getDeploymentData()
Returns a map with the file name mapped to the byte contents of the metadata
|
List<SMAMetadata> |
getDestructionMembers()
Returns the SMAMetadata that is going to be deleted in this job
|
List<SMAMetadata> |
getPackageMembers()
Returns the SMAMetadata that is going to be deployed in this job
|
List<SMAMetadata> |
getRollbackAdditions() |
Map<String,byte[]> |
getRollbackData() |
String |
getRollbackLocation() |
List<SMAMetadata> |
getRollbackMetadata() |
String[] |
getSpecifiedTests(String testRegex)
Returns a String array of all the unit tests that should be run in this job
|
public Boolean getDeployAll()
public List<SMAMetadata> getPackageMembers() throws Exception
Exception
public List<SMAMetadata> getDestructionMembers() throws Exception
Exception
public List<SMAMetadata> getRollbackMetadata() throws Exception
Exception
public List<SMAMetadata> getRollbackAdditions() throws Exception
Exception
public Map<String,byte[]> getDeploymentData() throws Exception
Exception
public String[] getSpecifiedTests(String testRegex) throws Exception
testRegex
- Exception
public String getRollbackLocation()
Copyright © 2004-2016. All Rights Reserved.