public class ChangeEvents
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeEvents.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| 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 |
getCustomDetails() |
String |
getIntegrationKey() |
String |
getSummaryText() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setCreateOnAborted(boolean createOnAborted) |
void |
setCreateOnFailure(boolean createOnFailure) |
void |
setCreateOnNotBuilt(boolean createOnNotBuilt) |
void |
setCreateOnSuccess(boolean createOnSuccess) |
void |
setCreateOnUnstable(boolean createOnUnstable) |
void |
setCustomDetails(String customDetails) |
void |
setSummaryText(String summaryText) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public ChangeEvents(String integrationKey)
public void perform(hudson.model.Run<?,?> build,
@Nonnull
hudson.FilePath workspace,
@Nonnull
hudson.Launcher launcher,
@Nonnull
hudson.model.TaskListener listener)
perform in interface jenkins.tasks.SimpleBuildSteppublic static ChangeEvents.DescriptorImpl descriptor()
public String getIntegrationKey()
public String getSummaryText()
@DataBoundSetter public void setSummaryText(String summaryText)
public String getCustomDetails()
@DataBoundSetter public void setCustomDetails(String customDetails)
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–2022. All rights reserved.