public class BitbucketBuildStatusNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
BitbucketBuildStatusNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
BitbucketBuildStatusNotifier(boolean notifyStart,
boolean notifyFinish,
boolean overrideLatestBuild,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
BitbucketBuildStatusNotifier.DescriptorImpl |
getDescriptor() |
boolean |
getNotifyFinish() |
boolean |
getNotifyStart() |
boolean |
getOverrideLatestBuild() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
@DataBoundConstructor
public BitbucketBuildStatusNotifier(boolean notifyStart,
boolean notifyFinish,
boolean overrideLatestBuild,
String credentialsId)
public boolean getNotifyStart()
public boolean getNotifyFinish()
public boolean getOverrideLatestBuild()
public String getCredentialsId()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public BitbucketBuildStatusNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.PublisherCopyright © 2004-2020. All Rights Reserved.