Class AutoCleanImpl
- java.lang.Object
-
- org.jenkinsci.plugins.p4.populate.Populate
-
- org.jenkinsci.plugins.p4.populate.AutoCleanImpl
-
- All Implemented Interfaces:
ExtensionPoint,Describable<Populate>,Serializable
public class AutoCleanImpl extends Populate
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoCleanImpl.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AutoCleanImpl()AutoCleanImpl(boolean replace, boolean delete, boolean tidy, boolean modtime, boolean quiet, String pin, ParallelSync parallel)AutoCleanImpl(boolean replace, boolean delete, boolean modtime, boolean quiet, String pin, ParallelSync parallel)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDelete()booleanisReplace()booleanisTidy()-
Methods inherited from class org.jenkinsci.plugins.p4.populate.Populate
all, getDescriptor, getParallel, getPin, isForce, isHave, isModtime, isQuiet
-
-
-
-
Constructor Detail
-
AutoCleanImpl
@DataBoundConstructor public AutoCleanImpl(boolean replace, boolean delete, boolean tidy, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
-
AutoCleanImpl
@Deprecated public AutoCleanImpl(boolean replace, boolean delete, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
Deprecated.
-
AutoCleanImpl
public AutoCleanImpl()
-
-