Package com.sonyericsson.rebuild
Class RebuildSettings
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- com.sonyericsson.rebuild.RebuildSettings
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class RebuildSettings extends JobProperty<Job<?,?>>
- Since:
- 1.20
- Author:
- gardnerj
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RebuildSettings.DescriptorImpl
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
Constructors Constructor Description RebuildSettings(boolean autoRebuild, boolean rebuildDisabled)
RebuildSettings constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAutoRebuild()
Method returns autoRebuild.boolean
getRebuildDisabled()
Method returns rebuildDisabled.-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-