Class DepotSource
- java.lang.Object
-
- org.jenkinsci.plugins.p4.workflow.source.AbstractSource
-
- org.jenkinsci.plugins.p4.workflow.source.DepotSource
-
- All Implemented Interfaces:
ExtensionPoint,Describable<AbstractSource>,Serializable
- Direct Known Subclasses:
GraphSource
public class DepotSource extends AbstractSource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDepotSource.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DepotSource()DepotSource(String depot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDepot()protected WorkspacegetManualWorkspace(String source, String charset, String format)WorkspacegetWorkspace(String charset, String format)-
Methods inherited from class org.jenkinsci.plugins.p4.workflow.source.AbstractSource
all, getClientView, getDescriptor
-
-
-
-
Constructor Detail
-
DepotSource
public DepotSource()
-
DepotSource
@DataBoundConstructor public DepotSource(String depot)
-
-
Method Detail
-
getDepot
public String getDepot()
-
getWorkspace
public Workspace getWorkspace(String charset, String format)
- Specified by:
getWorkspacein classAbstractSource
-
-