public class DimensionsBuildNotifier extends hudson.tasks.Notifier implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DimensionsBuildNotifier.DescriptorImpl
The DimensionsBuildNotifier Descriptor class.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
DimensionsBuildNotifier(boolean canDeploy,
String deployState,
boolean canAction,
String actionState,
boolean canBuild,
String area,
String buildConfig,
String buildOptions,
String buildTargets,
String blnScope,
String blnTemplate,
String blnOwningPart,
String blnType,
String blnName,
boolean batch,
boolean buildClean,
boolean capture) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionState()
Gets the action state name.
|
String |
getArea()
Gets the area name.
|
String |
getBlnName()
Gets the baseline name.
|
String |
getBlnOwningPart()
Gets the baseline part spec.
|
String |
getBlnScope()
Gets the baseline scope.
|
String |
getBlnTemplate()
Gets the baseline template name.
|
String |
getBlnType()
Gets the baseline type name.
|
String |
getBuildConfig()
Gets the build config name.
|
String |
getBuildOptions()
Gets the build options string.
|
String |
getBuildTargets()
Gets the build target name.
|
String |
getDeployState()
Gets the deploy state name.
|
DimensionsBuildNotifier.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isBatch()
Gets the batch flag.
|
boolean |
isBuildClean()
Gets the buildClean flag.
|
boolean |
isCanBaselineAction()
Gets the action flag.
|
boolean |
isCanBaselineBuild()
Gets the build flag.
|
boolean |
isCanBaselineDeploy()
Gets the deploy flag.
|
boolean |
isCapture()
Gets the capture flag.
|
boolean |
needsToRunAfterFinalized()
Run this one last.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public DimensionsBuildNotifier(boolean canDeploy,
String deployState,
boolean canAction,
String actionState,
boolean canBuild,
String area,
String buildConfig,
String buildOptions,
String buildTargets,
String blnScope,
String blnTemplate,
String blnOwningPart,
String blnType,
String blnName,
boolean batch,
boolean buildClean,
boolean capture)
public String getBlnOwningPart()
public String getBlnType()
public String getBlnTemplate()
public String getBlnName()
public String getBlnScope()
public boolean isCanBaselineBuild()
public boolean isCanBaselineAction()
public boolean isCanBaselineDeploy()
public boolean isBatch()
public boolean isBuildClean()
public boolean isCapture()
public String getActionState()
public String getDeployState()
public String getArea()
public String getBuildConfig()
public String getBuildOptions()
public String getBuildTargets()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic DimensionsBuildNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2016. All Rights Reserved.