Class BrokenBuildPostProcessor
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
-
- com.atlassian.bamboo.v2.build.BaseConfigurablePlugin
-
- com.atlassian.bamboo.brokenbuildtracker.BrokenBuildPostProcessor
-
- All Implemented Interfaces:
PostChainAction
,InitablePluginModule
,BambooPluginModule
,BuildConfigurationAwarePlugin
,ConfigurablePlugin
,RenderableBuildConfiguration
public class BrokenBuildPostProcessor extends BaseConfigurablePlugin implements PostChainAction
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
moduleDescriptor, templateRenderer
-
-
Constructor Summary
Constructors Constructor Description BrokenBuildPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TrackingEntry
createNewEntry(ImmutableChain chain, ChainResultsSummary summary)
void
execute(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution)
Execute the custom actionvoid
setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated.since 6.8 use constructor injection or annotation injectionvoid
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.since 6.8 use constructor injection or annotation injectionvoid
setTrackingConfigurationManager(TrackingConfigurationManager trackingConfigurationManager)
Deprecated.since 6.8 use constructor injection or annotation injectionvoid
setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
Deprecated.since 6.8 use constructor injection or annotation injection-
Methods inherited from class com.atlassian.bamboo.v2.build.BaseConfigurablePlugin
customizeBuildRequirements, removeBuildRequirements
-
Methods inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
addDefaultValues, getEditHtml, getTemplateRenderer, getViewHtml, init, populateContextForEdit, populateContextForView, prepareConfigObject, setTemplateRenderer, validate
-
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.BuildConfigurationAwarePlugin
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
-
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
-
Methods inherited from interface com.atlassian.bamboo.chains.plugins.PostChainAction
execute
-
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
-
-
-
-
Method Detail
-
execute
public void execute(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull ChainResultsSummary chainResultsSummary, @NotNull @NotNull ChainExecution chainExecution) throws Exception
Description copied from interface:PostChainAction
Execute the custom action- Specified by:
execute
in interfacePostChainAction
- Throws:
Exception
-
createNewEntry
protected TrackingEntry createNewEntry(ImmutableChain chain, ChainResultsSummary summary)
-
setEventPublisher
@Deprecated public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated.since 6.8 use constructor injection or annotation injection
-
setTrackingEntryManager
@Deprecated public void setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
setTrackingConfigurationManager
@Deprecated public void setTrackingConfigurationManager(TrackingConfigurationManager trackingConfigurationManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
setResultsSummaryManager
@Deprecated public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.since 6.8 use constructor injection or annotation injection
-
-