|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.CloverGrailsPreBuildAction
public class CloverGrailsPreBuildAction
Constructor Summary | |
---|---|
CloverGrailsPreBuildAction()
|
Method Summary | |
---|---|
BuildContext |
call()
Execute the build task. |
void |
init(BuildContext buildContext)
|
ErrorCollection |
validate(BuildConfiguration config)
Validate the build configuration when trying to save configuration for the Build
This is used if the CustomPreBuildAction needs to have configuration stored
against the build plan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloverGrailsPreBuildAction()
Method Detail |
---|
public ErrorCollection validate(BuildConfiguration config)
CustomPreBuildAction
Build
This is used if the CustomPreBuildAction needs to have configuration stored
against the build plan.
validate
in interface CustomPreBuildAction
public void init(@NotNull BuildContext buildContext)
init
in interface BuildTask
@NotNull public BuildContext call() throws java.lang.InterruptedException, java.lang.Exception
BuildTask
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
call
in interface BuildTask
call
in interface java.util.concurrent.Callable<BuildContext>
java.lang.InterruptedException
- if the calling Thread
has been interrupted.
java.lang.Exception
- A general exception that will be handled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |