public class BitbucketApprover
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
BitbucketApprover.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
BitbucketApprover(String owner,
String slug,
boolean approveUnstable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getApproveUnstable() |
BitbucketApprover.DescriptorImpl |
getDescriptor() |
String |
getOwner() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSlug() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getSlug()
public String getOwner()
public boolean getApproveUnstable()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic BitbucketApprover.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2015. All Rights Reserved.