|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.v2.build.BaseConfigurablePlugin
com.atlassian.bamboo.v2.build.BaseConfigurableBuildPlugin
com.atlassian.bamboo.builder.coverage.CloverBuildProcessor
public class CloverBuildProcessor
Field Summary | |
---|---|
static java.lang.String |
CLOVER_BUILD_COVERAGE
|
static java.lang.String |
CLOVER_COVERAGE_DELTA
|
static java.lang.String |
CLOVER_NCLOC
|
Fields inherited from class com.atlassian.bamboo.v2.build.BaseConfigurableBuildPlugin |
---|
buildContext |
Fields inherited from class com.atlassian.bamboo.v2.build.BaseConfigurablePlugin |
---|
moduleDescriptor, templateRenderer |
Constructor Summary | |
---|---|
CloverBuildProcessor()
|
Method Summary | |
---|---|
BuildContext |
call()
Execute the build task. |
ErrorCollection |
validate(BuildConfiguration configuration)
Validates the properties in the BuildConfiguration object. |
Methods inherited from class com.atlassian.bamboo.v2.build.BaseConfigurableBuildPlugin |
---|
init, setTemplateRenderer |
Methods inherited from class com.atlassian.bamboo.v2.build.BaseConfigurablePlugin |
---|
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, init, populateContextForEdit, populateContextForView, prepareConfigObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask |
---|
init |
Field Detail |
---|
public static final java.lang.String CLOVER_BUILD_COVERAGE
public static final java.lang.String CLOVER_COVERAGE_DELTA
public static final java.lang.String CLOVER_NCLOC
Constructor Detail |
---|
public CloverBuildProcessor()
Method Detail |
---|
@NotNull public BuildContext call() throws 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.@NotNull public ErrorCollection validate(@NotNull BuildConfiguration configuration)
ConfigurablePlugin
BuildConfiguration
object. The name of the properties match those passed
in through the form fragments in #getEditHtml()
template.
validate
in interface ConfigurablePlugin
validate
in class BaseConfigurablePlugin
configuration
- - @NotNull
ErrorCollection
keyed by the field name. @NotNull
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |