public class ApproveNotifierStep extends ApproveNotifier implements jenkins.tasks.SimpleBuildStep
ApproveNotifier.DescriptorImpl
hudson.tasks.Publisher.DescriptorExtensionListImpl
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
ApproveNotifierStep(String credential,
String review,
String status) |
Modifier and Type | Method and Description |
---|---|
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath buildWorkspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setDescription(String description) |
approveReview, descriptor, getCredential, getDescription, getRequiredMonitorService, getReview, getStatus, perform
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, prebuild
@DataBoundSetter public void setDescription(String description)
setDescription
in class ApproveNotifier
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath buildWorkspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2017. All rights reserved.