public class JobLocalConfiguration
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
JobLocalConfiguration.DescriptorImpl
Implementation of the descriptor object.
|
static class |
JobLocalConfiguration.LocalValues
The options that unfold after enabling the local configuration for
periodic reincarnation in the job config page.
|
Modifier and Type | Field and Description |
---|---|
static JobLocalConfiguration.DescriptorImpl |
DESCRIPTOR
Descriptor object.
|
Constructor and Description |
---|
JobLocalConfiguration(JobLocalConfiguration.LocalValues optionalBlock)
Contructor for data binding of form data.
|
Modifier and Type | Method and Description |
---|---|
JobLocalConfiguration.DescriptorImpl |
getDescriptor() |
boolean |
getIsEnabled()
Returns isEnabled.
|
boolean |
getIsLocallyConfigured()
Returns isLocallyConfigured.
|
boolean |
getIsLocallyDeactivated()
Returns isLocallyDeactivated.
|
int |
getMaxDepth()
Returns maxDepth.
|
@Extension public static final JobLocalConfiguration.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public JobLocalConfiguration(JobLocalConfiguration.LocalValues optionalBlock)
optionalBlock
- instance of LocalValues.public boolean getIsEnabled()
public int getMaxDepth()
public boolean getIsLocallyConfigured()
public boolean getIsLocallyDeactivated()
public JobLocalConfiguration.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
getDescriptor
in class hudson.model.JobProperty<hudson.model.Job<?,?>>
Copyright © 2016–2019. All rights reserved.