All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
Map<String,Object> |
getCustomData() |
Map<String,Map<String,Object>> |
getCustomDataMap() |
Map<String,Map<String,String>> |
getCustomDataMapTags() |
Map<String,String> |
getCustomDataTags() |
String |
getCustomPrefix() |
String |
getCustomProjectName() |
String |
getJenkinsEnvParameterField() |
String |
getJenkinsEnvParameterTag() |
String |
getMeasurementName() |
boolean |
getReplaceDashWithUnderscore() |
String |
getSelectedTarget() |
Target |
getTarget() |
void |
setCustomData(Map<String,Object> customData) |
void |
setCustomDataMap(Map<String,Map<String,Object>> customDataMap) |
void |
setCustomDataMapTags(Map<String,Map<String,String>> customDataMapTags) |
void |
setCustomDataTags(Map<String,String> customDataTags) |
void |
setCustomPrefix(String customPrefix) |
void |
setCustomProjectName(String customProjectName) |
void |
setJenkinsEnvParameterField(String jenkinsEnvParameterField) |
void |
setJenkinsEnvParameterTag(String jenkinsEnvParameterTag) |
void |
setMeasurementName(String measurementName) |
void |
setReplaceDashWithUnderscore(boolean replaceDashWithUnderscore)
Deprecated.
|
void |
setSelectedTarget(String target) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |