public abstract class Workspace extends Object implements hudson.ExtensionPoint, hudson.model.Describable<Workspace>
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Workspace,WorkspaceDescriptor> |
all() |
String |
getCharset() |
WorkspaceDescriptor |
getDescriptor() |
String |
getFormattedName(String format) |
String |
getHostName() |
abstract String |
getName() |
String |
getRootPath() |
Set<String> |
getTags() |
abstract WorkspaceType |
getType() |
void |
set(String tag,
String value) |
abstract com.perforce.p4java.client.IClient |
setClient(com.perforce.p4java.server.IOptionsServer connection,
String user)
Setup/Create a Perforce workspace for this mode.
|
void |
setHostName(String hostname) |
void |
setRootPath(String rootPath) |
public Workspace(String charset)
public abstract WorkspaceType getType()
public abstract String getName()
public String getCharset()
public abstract com.perforce.p4java.client.IClient setClient(com.perforce.p4java.server.IOptionsServer connection, String user) throws Exception
connection
- user
- Exception
public WorkspaceDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<Workspace>
public static hudson.DescriptorExtensionList<Workspace,WorkspaceDescriptor> all()
public String getRootPath()
public void setHostName(String hostname)
public String getHostName()
public void setRootPath(String rootPath)
Copyright © 2004-2014. All Rights Reserved.