Class ParallelSync
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ParallelSync>
-
- org.jenkinsci.plugins.p4.populate.ParallelSync
-
- All Implemented Interfaces:
Describable<ParallelSync>,Serializable
public class ParallelSync extends AbstractDescribableImpl<ParallelSync> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParallelSync.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description ParallelSync(boolean enable, String path, String threads, String minfiles, String minbytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMinbytes()StringgetMinfiles()com.perforce.p4java.option.client.ParallelSyncOptionsgetParallelOptions()StringgetPath()StringgetThreads()booleanisEnable()-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-