|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.build.AbstractSubstitutionBean
public abstract class AbstractSubstitutionBean
Constructor Summary | |
---|---|
AbstractSubstitutionBean()
|
Method Summary | |
---|---|
protected java.lang.String[] |
substituteVariables(java.lang.String[] commandLine,
BuildLogger buildLogger,
java.util.Map variableSourceMap)
Given a string array, and a Map of variables (variable -> value), all patterns in the string array
matching ${bamboo. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSubstitutionBean()
Method Detail |
---|
protected java.lang.String[] substituteVariables(java.lang.String[] commandLine, BuildLogger buildLogger, java.util.Map variableSourceMap)
Map
of variables (variable -> value), all patterns in the string array
matching ${bamboo.
commandLine
- buildLogger
- variableSourceMap
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |