|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildStrategy
This interface is used to determine if a build should be built.
Method Summary | |
---|---|
void |
addDefaultValues(BuildConfiguration buildConfiguration)
|
java.lang.String |
getDescription()
|
java.lang.String |
getKey()
A lowercase string key to identify the build strategy |
java.lang.String |
getName()
Returns the display name of the strategy |
void |
init(ImmutablePlan plan)
Called whenever Bamboo starts up |
ErrorCollection |
validate(BuildConfiguration buildConfiguration)
Takes in a BuildConfiguration and returns any errors possible |
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig |
---|
populateFromConfig, toConfiguration |
Method Detail |
---|
void init(@NotNull ImmutablePlan plan)
plan
- ErrorCollection validate(BuildConfiguration buildConfiguration)
BuildConfiguration
and returns any errors possible
buildConfiguration
- not null
ErrorCollection
. must not be nulljava.lang.String getKey()
java.lang.String getName()
java.lang.String getDescription()
void addDefaultValues(BuildConfiguration buildConfiguration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |