Class StaticWorkspaceImpl
java.lang.Object
org.jenkinsci.plugins.p4.workspace.Workspace
org.jenkinsci.plugins.p4.workspace.StaticWorkspaceImpl
- 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
ConstructorsConstructorDescriptionStaticWorkspaceImpl(String charset, boolean pinHost, String name) StaticWorkspaceImpl(String charset, boolean pinHost, String name, boolean clone) Deprecated. -
Method Summary
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
-
StaticWorkspaceImpl
Deprecated. -
StaticWorkspaceImpl
-
-
Method Details
-
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.
-