public abstract class OptionalJobProperty<J extends Job<?,?>> extends JobProperty<J>
config-details.jelly
or config-details.groovy
.
May define help.html
.Modifier and Type | Class and Description |
---|---|
static class |
OptionalJobProperty.OptionalJobPropertyDescriptor |
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
OptionalJobProperty() |
Modifier and Type | Method and Description |
---|---|
OptionalJobProperty.OptionalJobPropertyDescriptor |
getDescriptor()
Gets the descriptor for this instance.
|
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
public OptionalJobProperty.OptionalJobPropertyDescriptor getDescriptor()
JobProperty
Descriptor
is a singleton for every concrete Describable
implementation, so if a.getClass() == b.getClass()
then by default
a.getDescriptor() == b.getDescriptor()
as well.
(In rare cases a single implementation class may be used for instances with distinct descriptors.)
getDescriptor
in interface Describable<JobProperty<?>>
getDescriptor
in class JobProperty<J extends Job<?,?>>
Copyright © 2019. All rights reserved.