|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.build.strategy.AbstractBuildStrategy
com.atlassian.bamboo.build.strategy.InitialBootstapBuildStrategy
public class InitialBootstapBuildStrategy
This class instructs the system to start a clean bootstrap build of bamboo.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy |
|---|
changeList |
| Constructor Summary | |
|---|---|
InitialBootstapBuildStrategy()
|
|
| 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.build.strategy.AbstractBuildStrategy |
|---|
addDefaultValues, getBuildMessage, getDescription, init, log, populateChangeList, 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 InitialBootstapBuildStrategy()
| 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()
getChangeList in interface BuildStrategygetChangeList in class AbstractBuildStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||