public class BrokenBuildPostProcessor extends BaseConfigurablePlugin implements PostChainAction
moduleDescriptor, templateRenderer
Constructor and Description |
---|
BrokenBuildPostProcessor() |
Modifier and Type | Method and Description |
---|---|
protected TrackingEntry |
createNewEntry(Chain chain,
ChainResultsSummary summary) |
void |
execute(Chain 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, getViewHtml, init, populateContextForEdit, populateContextForView, prepareConfigObject, setTemplateRenderer, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
public void execute(@NotNull Chain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) throws Exception
PostChainAction
execute
in interface PostChainAction
InterruptedException
Exception
protected TrackingEntry createNewEntry(Chain 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.