|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.legacy.LegacyAbstractBuildStrategy
com.atlassian.bamboo.legacy.LegacyInitialBootstapBuildStrategy
public class LegacyInitialBootstapBuildStrategy
This class instructs the system to start a clean bootstrap build of bamboo.
Constructor Summary | |
---|---|
LegacyInitialBootstapBuildStrategy()
|
Method Summary | |
---|---|
Collection |
getChangeList()
There are no changes in an bootstrap build. |
String |
getKey()
A lowercase string key to identify the build strategy |
String |
getName()
Returns the display name of the strategy |
boolean |
requiresBuild(Build build)
Always build a new build |
boolean |
requiresPreBuildClean()
Does not make much difference, but we decided to force a clean build just in case there are some files kicking around |
Methods inherited from class com.atlassian.bamboo.legacy.LegacyAbstractBuildStrategy |
---|
addDefaultValues, getBuildMessage, getDescription, init, log, populateFromConfig, setBuildMessage, toConfiguration, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyInitialBootstapBuildStrategy()
Method Detail |
---|
public String getKey()
BuildStrategy
public String getName()
BuildStrategy
public boolean requiresBuild(Build build)
build
- The build to build
public boolean requiresPreBuildClean()
public Collection getChangeList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |