public class CheckGateBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
CheckGateBuilder.DescriptorImpl |
Constructor and Description |
---|
CheckGateBuilder(String project,
String gate) |
Modifier and Type | Method and Description |
---|---|
CheckGateBuilder.DescriptorImpl |
getDescriptor() |
String |
getGate() |
String |
getProject() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public final String getProject()
public final String getGate()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
public CheckGateBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016. All rights reserved.