Package org.ow2.clif.jenkins
Class ClifJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- org.ow2.clif.jenkins.ClifJobProperty
-
- All Implemented Interfaces:
ExtensionPoint,Describable<JobProperty<?>>,ReconfigurableDescribable<JobProperty<?>>,BuildStep
public class ClifJobProperty extends JobProperty<Job<?,?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClifJobProperty.DescriptorImpl-
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 ClifJobProperty(boolean deleteReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeleteReport()voidsetDeleteReport(boolean deleteReport)-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-