public class WorkspaceSpec extends hudson.model.AbstractDescribableImpl<WorkspaceSpec> implements 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) |
Modifier and Type | Method and Description |
---|---|
String |
getChangeView() |
String |
getLine() |
String |
getServerID() |
String |
getStreamName() |
String |
getType() |
String |
getView() |
boolean |
isBackup() |
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)
Copyright © 2016–2017. All rights reserved.