public class WorkspaceSpec extends hudson.model.AbstractDescribableImpl<WorkspaceSpec> implements Cloneable, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceSpec.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
boolean |
allwrite |
boolean |
clobber |
boolean |
compress |
boolean |
locked |
boolean |
modtime |
boolean |
rmdir |
Constructor and Description |
---|
WorkspaceSpec(boolean allwrite,
boolean clobber,
boolean compress,
boolean locked,
boolean modtime,
boolean rmdir,
String streamName,
String line,
String view)
Deprecated.
|
WorkspaceSpec(boolean allwrite,
boolean clobber,
boolean compress,
boolean locked,
boolean modtime,
boolean rmdir,
String streamName,
String line,
String view,
String changeView,
String type,
String serverID,
boolean backup) |
WorkspaceSpec(String view,
String changeView) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getChangeView() |
String |
getLine() |
String |
getServerID() |
String |
getStreamName() |
String |
getType() |
String |
getView() |
boolean |
isBackup() |
void |
setView(String view) |
public final boolean allwrite
public final boolean clobber
public final boolean compress
public final boolean locked
public final boolean modtime
public final boolean rmdir
@DataBoundConstructor public WorkspaceSpec(boolean allwrite, boolean clobber, boolean compress, boolean locked, boolean modtime, boolean rmdir, String streamName, String line, String view, String changeView, String type, String serverID, boolean backup)
@Deprecated public WorkspaceSpec(boolean allwrite, boolean clobber, boolean compress, boolean locked, boolean modtime, boolean rmdir, String streamName, String line, String view)
public String getStreamName()
public String getLine()
public String getView()
public void setView(String view)
public String getChangeView()
public String getType()
public String getServerID()
public boolean isBackup()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2016–2019. All rights reserved.