public class ChangeEvents extends Notifier implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeEvents.DescriptorImpl |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ChangeEvents(String integrationKey) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeEvents.DescriptorImpl |
descriptor() |
boolean |
getCreateOnAborted() |
boolean |
getCreateOnFailure() |
boolean |
getCreateOnNotBuilt() |
boolean |
getCreateOnSuccess() |
boolean |
getCreateOnUnstable() |
String |
getIntegrationKey() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setCreateOnAborted(boolean createOnAborted) |
void |
setCreateOnFailure(boolean createOnFailure) |
void |
setCreateOnNotBuilt(boolean createOnNotBuilt) |
void |
setCreateOnSuccess(boolean createOnSuccess) |
void |
setCreateOnUnstable(boolean createOnUnstable) |
getDescriptorall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild@DataBoundConstructor public ChangeEvents(String integrationKey)
public void perform(Run<?,?> build, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener)
perform in interface SimpleBuildSteppublic static ChangeEvents.DescriptorImpl descriptor()
public String getIntegrationKey()
public boolean getCreateOnSuccess()
@DataBoundSetter public void setCreateOnSuccess(boolean createOnSuccess)
public boolean getCreateOnFailure()
@DataBoundSetter public void setCreateOnFailure(boolean createOnFailure)
public boolean getCreateOnUnstable()
@DataBoundSetter public void setCreateOnUnstable(boolean createOnUnstable)
public boolean getCreateOnAborted()
@DataBoundSetter public void setCreateOnAborted(boolean createOnAborted)
public boolean getCreateOnNotBuilt()
@DataBoundSetter public void setCreateOnNotBuilt(boolean createOnNotBuilt)
Copyright © 2016–2021. All rights reserved.