Package | Description |
---|---|
org.jenkinsci.plugins.p4 | |
org.jenkinsci.plugins.p4.client | |
org.jenkinsci.plugins.p4.populate |
Modifier and Type | Method and Description |
---|---|
Populate |
PerforceScm.getPopulate() |
Modifier and Type | Method and Description |
---|---|
void |
CheckoutTask.setPopulate(Populate populate) |
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.syncFiles(int change,
Populate populate)
Sync files to workspace at the specified change.
|
boolean |
ClientHelper.syncFiles(String label,
Populate populate)
Sync files to workspace at the specified label.
|
boolean |
ClientHelper.tidyWorkspace(Populate populate)
Cleans up the Perforce workspace after a previous build.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoCleanImpl |
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) |
Copyright © 2004-2014. All Rights Reserved.