public class ApproveNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
ApproveNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
ApproveNotifier(String credential,
String review,
String status) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
approveReview(ConnectionHelper p4,
hudson.EnvVars env) |
static ApproveNotifier.DescriptorImpl |
descriptor() |
String |
getCredential() |
String |
getDescription() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getReview() |
String |
getStatus() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setDescription(String description) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public String getCredential()
public String getReview()
public String getStatus()
public String getDescription()
@DataBoundSetter public void setDescription(String description)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
protected boolean approveReview(ConnectionHelper p4, hudson.EnvVars env) throws Exception
Exception
public static ApproveNotifier.DescriptorImpl descriptor()
Copyright © 2016–2017. All rights reserved.