Class SyncOnlyImpl
- java.lang.Object
-
- org.jenkinsci.plugins.p4.populate.Populate
-
- org.jenkinsci.plugins.p4.populate.SyncOnlyImpl
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Populate>
,Serializable
public class SyncOnlyImpl extends Populate
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SyncOnlyImpl.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SyncOnlyImpl(boolean revert, boolean have, boolean force, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
Sync only (optional have update)SyncOnlyImpl(boolean revert, boolean have, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRevert()
-
Methods inherited from class org.jenkinsci.plugins.p4.populate.Populate
all, getDescriptor, getParallel, getPin, isForce, isHave, isModtime, isQuiet
-
-
-
-
Constructor Detail
-
SyncOnlyImpl
@DataBoundConstructor public SyncOnlyImpl(boolean revert, boolean have, boolean force, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
Sync only (optional have update)- Parameters:
revert
- revert before sync optionhave
- populate have listforce
- force syncmodtime
- use MODTIME for reconcilequiet
- Perforce quiet optionpin
- Change or label to pin the syncparallel
- Parallel sync option
-
SyncOnlyImpl
@Deprecated public SyncOnlyImpl(boolean revert, boolean have, boolean modtime, boolean quiet, String pin, ParallelSync parallel)
Deprecated.
-
-