Package com.sonyericsson.rebuild
Class RebuildSettings
- All Implemented Interfaces:
ExtensionPoint,Describable<JobProperty<?>>,ReconfigurableDescribable<JobProperty<?>>,BuildStep
- Since:
- 1.20
- Author:
- gardnerj
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDescriptorImpl class of JobPropertyDescriptor.Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.JobProperty
ownerFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionRebuildSettings(boolean autoRebuild, boolean rebuildDisabled) RebuildSettings constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod returns autoRebuild.booleanMethod returns rebuildDisabled.Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Constructor Details
-
RebuildSettings
@DataBoundConstructor public RebuildSettings(boolean autoRebuild, boolean rebuildDisabled) RebuildSettings constructor.- Parameters:
autoRebuild- boolean.rebuildDisabled- boolean.
-
-
Method Details
-
getAutoRebuild
public boolean getAutoRebuild()Method returns autoRebuild.- Returns:
- autoRebuild boolean.
-
getRebuildDisabled
public boolean getRebuildDisabled()Method returns rebuildDisabled.- Returns:
- rebuildDisabled boolean.
-