public class GprbuildBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
GprbuildBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
GprbuildBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstallationName() |
String |
getNames() |
String |
getProj() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSwitches() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
void |
setInstallationName(String installationName) |
void |
setNames(String names) |
void |
setProj(String proj) |
void |
setSwitches(String switches) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getInstallationName()
public String getNames()
public String getProj()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.Builderpublic String getSwitches()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOException@DataBoundSetter public void setInstallationName(String installationName)
@DataBoundSetter public void setNames(String names)
@DataBoundSetter public void setProj(String proj)
@DataBoundSetter public void setSwitches(String switches)
Copyright © 2016–2018. All rights reserved.