Class NaginatorOptOutProperty
java.lang.Object
hudson.model.JobProperty<AbstractProject<?,?>>
com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
-
Nested Class Summary
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
-
Method Summary
Methods inherited from class hudson.model.JobProperty
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
Constructor Details
-
NaginatorOptOutProperty
@DataBoundConstructor public NaginatorOptOutProperty(boolean optOut)
-
-
Method Details
-
isOptOut
public boolean isOptOut() -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<JobProperty<?>>
- Overrides:
getDescriptor
in classJobProperty<AbstractProject<?,
?>>
-