Class GraphHybridImpl
java.lang.Object
org.jenkinsci.plugins.p4.populate.Populate
org.jenkinsci.plugins.p4.populate.GraphHybridImpl
- 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
ConstructorsConstructorDescriptionGraphHybridImpl(boolean quiet, String pin, ParallelSync parallel) Graph Depot sync of workspace (optional have update) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.p4.populate.Populate
all, getDescriptor, getParallel, getPin, isForce, isHave, isQuiet
-
Constructor Details
-
GraphHybridImpl
Graph Depot sync of workspace (optional have update)- Parameters:
quiet- Perforce quiet optionpin- Change or label to pin the syncparallel- Parallel sync options
-