Modifier and Type | Method and Description |
---|---|
Workspace |
PerforceScm.getWorkspace() |
Constructor and Description |
---|
PerforceScm(String credential,
Workspace workspace,
List<Filter> filter,
Populate populate,
P4Browser browser)
Create a constructor that takes non-transient fields, and add the
annotation @DataBoundConstructor to it.
|
PerforceScm(String credential,
Workspace workspace,
Populate populate) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientHelper.isClientValid(Workspace workspace) |
void |
ClientHelper.setClient(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
GetP4Step.getWorkspace() |
Workspace |
GetP4.getWorkspace() |
Constructor and Description |
---|
GetP4(String credential,
Workspace workspace) |
GetP4Step(String credential,
Workspace workspace) |
GetP4Task(String credential,
Workspace workspace,
hudson.FilePath buildWorkspace,
hudson.model.TaskListener listener) |
P4Groovy(String credential,
hudson.model.TaskListener listener,
Workspace workspace,
hudson.FilePath buildWorkspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
PublishNotifier.getWorkspace() |
Constructor and Description |
---|
PublishNotifier(String credential,
Workspace workspace,
Publish publish) |
PublishNotifierStep(String credential,
Workspace workspace,
Publish publish) |
Modifier and Type | Method and Description |
---|---|
Workspace |
StreamsScmSource.getWorkspace(List<P4Path> paths) |
Workspace |
GlobalLibraryScmSource.getWorkspace(List<P4Path> paths) |
Workspace |
AbstractP4ScmSource.getWorkspace(List<P4Path> paths) |
Modifier and Type | Method and Description |
---|---|
Workspace |
TagAction.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
TagAction.setWorkspace(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected Workspace |
AbstractTask.getWorkspace() |
Workspace |
AbstractTask.setEnvironment(hudson.model.Run<?,?> run,
Workspace wsType,
hudson.FilePath buildWorkspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
AbstractTask.setEnvironment(hudson.model.Run<?,?> run,
Workspace wsType,
hudson.FilePath buildWorkspace) |
void |
AbstractTask.setWorkspace(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UnshelveBuilder.unshelve(hudson.model.Run<?,?> run,
String credential,
Workspace workspace,
hudson.FilePath buildWorkspace,
hudson.model.TaskListener listener) |
Constructor and Description |
---|
UnshelveBuilderStep(String credential,
Workspace workspace,
String shelf,
String resolve,
boolean tidy)
Deprecated.
|
UnshelveBuilderStep(String credential,
Workspace workspace,
String shelf,
String resolve,
boolean tidy,
boolean ignoreEmpty) |
Modifier and Type | Method and Description |
---|---|
Workspace |
P4UnshelveStep.getWorkspace() |
Workspace |
P4Step.getWorkspace() |
Workspace |
P4PublishStep.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
P4Step.setWorkspace(Workspace workspace) |
Constructor and Description |
---|
P4PublishStep(String credential,
Workspace workspace,
Publish publish) |
P4UnshelveStep(String credential,
Workspace workspace,
String shelf,
String resolve,
boolean tidy)
Deprecated.
|
P4UnshelveStep(String credential,
Workspace workspace,
String shelf,
String resolve,
boolean tidy,
boolean ignoreEmpty) |
Modifier and Type | Method and Description |
---|---|
protected Workspace |
DepotSource.getManualWorkspace(String source,
String charset,
String format) |
Workspace |
TemplateSource.getWorkspace(String charset,
String format) |
Workspace |
StreamSource.getWorkspace(String charset,
String format) |
Workspace |
GraphSource.getWorkspace(String charset,
String format) |
Workspace |
DepotSource.getWorkspace(String charset,
String format) |
abstract Workspace |
AbstractSource.getWorkspace(String charset,
String format) |
Modifier and Type | Class and Description |
---|---|
class |
ManualWorkspaceImpl |
class |
SpecWorkspaceImpl |
class |
StaticWorkspaceImpl |
class |
StreamWorkspaceImpl |
class |
TemplateWorkspaceImpl |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Workspace,WorkspaceDescriptor> |
Workspace.all() |
Constructor and Description |
---|
WorkspaceDescriptor(Class<? extends Workspace> clazz) |
Copyright © 2016–2017. All rights reserved.