Class StreamWorkspaceImpl
- java.lang.Object
-
- org.jenkinsci.plugins.p4.workspace.Workspace
-
- org.jenkinsci.plugins.p4.workspace.StreamWorkspaceImpl
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Workspace>
,Serializable
,Cloneable
public class StreamWorkspaceImpl extends Workspace implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamWorkspaceImpl.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description StreamWorkspaceImpl(String charset, boolean pinHost, String streamName, String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormat()
String
getName()
Returns the client workspace name as defined in the configuration.String
getStreamAtChange()
String
getStreamName()
WorkspaceType
getType()
com.perforce.p4java.client.IClient
setClient(com.perforce.p4java.server.IOptionsServer connection, String user)
Setup/Create a Perforce workspace for this mode.void
setName(String name)
void
setStreamAtChange(String streamAtChange)
-
Methods inherited from class org.jenkinsci.plugins.p4.workspace.Workspace
addEnv, all, clone, deepClone, getCharset, getDescriptor, getExpand, getFullName, getHostName, getRootPath, getSyncID, isCleanup, isPinHost, setExpand, setHostName, setRootPath, setSyncID
-
-
-
-
Method Detail
-
getStreamName
public String getStreamName()
-
getStreamAtChange
public String getStreamAtChange()
-
setStreamAtChange
@DataBoundSetter public void setStreamAtChange(String streamAtChange)
-
getFormat
public String getFormat()
-
getName
public String getName()
Description copied from class:Workspace
Returns the client workspace name as defined in the configuration. This may include ${tag} that have not been expanded.
-
getType
public WorkspaceType getType()
-
-