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 class
DescriptorImpl class of JobPropertyDescriptor.Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.JobProperty
owner
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
ConstructorsConstructorDescriptionRebuildSettings
(boolean autoRebuild, boolean rebuildDisabled) RebuildSettings constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method returns autoRebuild.boolean
Method 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.
-