Package | Description |
---|---|
org.jenkinsci.plugins.p4.changes | |
org.jenkinsci.plugins.p4.client | |
org.jenkinsci.plugins.p4.tagging | |
org.jenkinsci.plugins.p4.tasks |
Modifier and Type | Method and Description |
---|---|
P4Revision |
P4ChangeEntry.getId() |
Modifier and Type | Method and Description |
---|---|
void |
P4ChangeEntry.setId(P4Revision value) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
ClientHelper.listChanges(P4Revision from)
Show all changes within the scope of the client, from the 'from' change
limits.
|
List<Integer> |
ClientHelper.listChanges(P4Revision from,
P4Revision to)
Show all changes within the scope of the client, between the 'from' and
'to' change limits.
|
List<Integer> |
ClientHelper.listHaveChanges(P4Revision changeLimit)
Fetches a list of changes needed to update the workspace to the specified
limit.
|
void |
ClientHelper.syncFiles(P4Revision buildChange,
Populate populate)
Sync files to workspace at the specified change/label.
|
Modifier and Type | Method and Description |
---|---|
P4Revision |
TagAction.getBuildChange() |
Modifier and Type | Method and Description |
---|---|
void |
TagAction.setBuildChange(P4Revision buildChange) |
Modifier and Type | Method and Description |
---|---|
P4Revision |
CheckoutTask.getBuildChange() |
P4Revision |
CheckoutTask.getSyncChange() |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
CheckoutTask.getChanges(P4Revision last) |
List<P4ChangeEntry> |
CheckoutTask.getChangesFull(P4Revision last) |
void |
CheckoutTask.setBuildChange(P4Revision parentChange) |
Copyright © 2004-2015. All Rights Reserved.