public interface CapabilitySubstitutionBean
Modifier and Type | Method and Description |
---|---|
String[] |
substituteCapabilityVariables(String[] commandLine,
String buildPlanKey,
boolean log)
Takes in a string array to be parsed for variables.
|
String[] substituteCapabilityVariables(String[] commandLine, String buildPlanKey, boolean log)
CapabilityContext
commandLine
- String Array to be substituted. Does not necessarily have to contain any variables.
Can not be null but can be empty.buildPlanKey
- The plan key for the buildlog
- Flag for enabling/disabling logging of variable substitution.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.