Package | Description |
---|---|
org.jenkinsci.plugins.p4 | |
org.jenkinsci.plugins.p4.client | |
org.jenkinsci.plugins.p4.populate | |
org.jenkinsci.plugins.p4.tasks |
Modifier and Type | Method and Description |
---|---|
Populate |
PerforceScm.getPopulate() |
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 |
---|---|
void |
ClientHelper.syncFiles(Object buildChange,
Populate populate)
Sync files to workspace at the specified change/label.
|
void |
ClientHelper.tidyWorkspace(Populate populate)
Cleans up the Perforce workspace after a previous build.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoCleanImpl |
class |
CheckOnlyImpl |
class |
ForceCleanImpl |
class |
SyncOnlyImpl |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Populate,PopulateDescriptor> |
Populate.all() |
Constructor and Description |
---|
PopulateDescriptor(Class<? extends Populate> clazz) |
Constructor and Description |
---|
CheckoutTask(Populate populate)
Constructor
|
Copyright © 2004-2015. All Rights Reserved.