public class DimensionsBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DimensionsBuilder.DescriptorImpl
Descriptor for
DimensionsBuilder. |
| Modifier and Type | Field and Description |
|---|---|
static DimensionsBuilder.DescriptorImpl |
DMBLD_DESCRIPTOR
Descriptor should be singleton.
|
| Constructor and Description |
|---|
DimensionsBuilder(String area,
String buildConfig,
String buildOptions,
String buildTargets,
String buildType,
String buildStage,
boolean batch,
boolean buildClean,
boolean capture,
boolean audit,
boolean populate,
boolean touch) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getProjectArea()
Gets the area name.
|
String |
getProjectConfig()
Gets the build config name.
|
String |
getProjectOptions()
Gets the build options string.
|
String |
getProjectStage()
Gets the project stage name.
|
String |
getProjectTargets()
Gets the build target names.
|
String |
getProjectType()
Gets the project type name.
|
boolean |
isProjectAudit()
Gets the audit flag.
|
boolean |
isProjectBatch()
Gets the batch flag.
|
boolean |
isProjectCapture()
Gets the capture flag.
|
boolean |
isProjectClean()
Gets the buildClean flag.
|
boolean |
isProjectPopulate()
Gets the populate flag.
|
boolean |
isProjectTouch()
Gets the touch flag.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@Extension public static final DimensionsBuilder.DescriptorImpl DMBLD_DESCRIPTOR
public boolean isProjectAudit()
public boolean isProjectPopulate()
public boolean isProjectTouch()
public boolean isProjectBatch()
public boolean isProjectClean()
public boolean isProjectCapture()
public String getProjectType()
public String getProjectStage()
public String getProjectArea()
public String getProjectConfig()
public String getProjectOptions()
public String getProjectTargets()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2016. All Rights Reserved.