Class Populate
- java.lang.Object
-
- org.jenkinsci.plugins.p4.populate.Populate
-
- All Implemented Interfaces:
ExtensionPoint,Describable<Populate>,Serializable
- Direct Known Subclasses:
AutoCleanImpl,CheckOnlyImpl,FlushOnlyImpl,ForceCleanImpl,GraphHybridImpl,SyncOnlyImpl
public abstract class Populate extends Object implements ExtensionPoint, Describable<Populate>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Populate(boolean have, boolean force, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescriptorExtensionList<Populate,PopulateDescriptor>all()PopulateDescriptorgetDescriptor()ParallelSyncgetParallel()StringgetPin()booleanisForce()booleanisHave()booleanisModtime()booleanisQuiet()
-
-
-
Constructor Detail
-
Populate
public Populate(boolean have, boolean force, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
-
-
Method Detail
-
isHave
public boolean isHave()
-
isForce
public boolean isForce()
-
isModtime
public boolean isModtime()
-
isQuiet
public boolean isQuiet()
-
getPin
public String getPin()
-
getParallel
public ParallelSync getParallel()
-
getDescriptor
public PopulateDescriptor getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<Populate>
-
all
public static DescriptorExtensionList<Populate,PopulateDescriptor> all()
-
-