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
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionStreamWorkspaceImpl(String charset, boolean pinHost, String streamName, String format) -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the client workspace name as defined in the configuration.getType()com.perforce.p4java.client.IClientSetup/Create a Perforce workspace for this mode.voidvoidsetStreamAtChange(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
-
Constructor Details
-
StreamWorkspaceImpl
-
-
Method Details
-
getStreamName
-
getStreamAtChange
-
setStreamAtChange
-
getFormat
-
getName
Description copied from class:WorkspaceReturns the client workspace name as defined in the configuration. This may include ${tag} that have not been expanded. -
setName
-
getType
-
setClient
public com.perforce.p4java.client.IClient setClient(com.perforce.p4java.server.IOptionsServer connection, String user) throws Exception Description copied from class:WorkspaceSetup/Create a Perforce workspace for this mode.
-