public class ExecuteJobBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
ExecuteJobBuilder.DescriptorImpl |
Constructor and Description |
---|
ExecuteJobBuilder(long jobId,
String jobName,
String jobType,
boolean abortOnFailure,
boolean abortOnTimeout,
int timeoutMinutes,
boolean publish,
long projectId,
String buildId,
String sessionTag,
boolean appendEnv) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAbortOnFailure() |
boolean |
getAbortOnTimeout() |
boolean |
getAppendEnv() |
String |
getBuildId() |
ExecuteJobBuilder.DescriptorImpl |
getDescriptor() |
long |
getJobId() |
String |
getJobName() |
long |
getProjectId() |
boolean |
getPublish() |
String |
getSessionTag() |
int |
getTimeoutMinutes() |
boolean |
isJobType(String type) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public long getJobId()
public String getJobName()
public boolean isJobType(String type)
public boolean getAbortOnFailure()
public boolean getAbortOnTimeout()
public int getTimeoutMinutes()
public boolean getPublish()
public long getProjectId()
public String getBuildId()
public String getSessionTag()
public boolean getAppendEnv()
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
public ExecuteJobBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016–2021 Parasoft. All rights reserved.