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.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public BitbucketBuildStatusNotifier.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized
in class hudson.tasks.Publisher
Copyright © 2004-2020. All Rights Reserved.