Class FlushOnlyImpl
java.lang.Object
org.jenkinsci.plugins.p4.populate.Populate
org.jenkinsci.plugins.p4.populate.FlushOnlyImpl
- All Implemented Interfaces:
ExtensionPoint,Describable<Populate>,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionFlushOnlyImpl(boolean quiet, String pin) Populate the have list, but no files. -
Method Summary
Methods inherited from class org.jenkinsci.plugins.p4.populate.Populate
all, getDescriptor, getParallel, getPin, isForce, isHave, isQuiet
-
Constructor Details
-
FlushOnlyImpl
Populate the have list, but no files. (p4 sync -k ...)- Parameters:
quiet- Perforce quiet optionpin- Change or label to pin the sync
-