public class BrokenBuildPostProcessor extends BaseConfigurablePlugin implements PostChainAction
moduleDescriptor, templateRenderer
Constructor and Description |
---|
BrokenBuildPostProcessor() |
Modifier and Type | Method and Description |
---|---|
protected TrackingEntry |
createNewEntry(ImmutableChain chain,
ChainResultsSummary summary) |
void |
execute(ImmutableChain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action
|
void |
setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
void |
setTrackingConfigurationManager(TrackingConfigurationManager trackingConfigurationManager)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
void |
setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
customizeBuildRequirements, removeBuildRequirements
addDefaultValues, getEditHtml, getTemplateRenderer, getViewHtml, init, populateContextForEdit, populateContextForView, prepareConfigObject, setTemplateRenderer, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
public void execute(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) throws Exception
PostChainAction
execute
in interface PostChainAction
Exception
protected TrackingEntry createNewEntry(ImmutableChain chain, ChainResultsSummary summary)
@Deprecated public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
@Deprecated public void setTrackingEntryManager(TrackingEntryManager trackingEntryManager)
@Deprecated public void setTrackingConfigurationManager(TrackingConfigurationManager trackingConfigurationManager)
@Deprecated public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.