Class GraphHybridImpl
- java.lang.Object
-
- org.jenkinsci.plugins.p4.populate.Populate
-
- org.jenkinsci.plugins.p4.populate.GraphHybridImpl
-
- All Implemented Interfaces:
ExtensionPoint,Describable<Populate>,Serializable
public class GraphHybridImpl extends Populate
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphHybridImpl.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GraphHybridImpl(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, isModtime, isQuiet
-
-
-
-
Constructor Detail
-
GraphHybridImpl
@DataBoundConstructor public GraphHybridImpl(boolean quiet, String pin, ParallelSync parallel)Graph Depot sync of workspace (optional have update)- Parameters:
quiet- Perforce quiet optionpin- Change or label to pin the syncparallel- Parallel sync options
-
-