Class MavenRepoCleanerProperty
- java.lang.Object
-
- hudson.model.JobProperty<AbstractProject<?,?>>
-
- org.jenkinsci.plugins.mavenrepocleaner.MavenRepoCleanerProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class MavenRepoCleanerProperty extends JobProperty<AbstractProject<?,?>>
- Author:
- Andrew Bayer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MavenRepoCleanerProperty.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 Modifier and Type Field Description static MavenRepoCleanerProperty.DescriptorImpl
DESCRIPTOR
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description MavenRepoCleanerProperty(boolean notOnThisProject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNotOnThisProject()
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-
-
-
Field Detail
-
DESCRIPTOR
@Extension public static final MavenRepoCleanerProperty.DescriptorImpl DESCRIPTOR
-
-