Modifier and Type | Method and Description |
---|---|
List<P4Ref> |
PerforceScm.getIncrementalChanges() |
Modifier and Type | Class and Description |
---|---|
class |
P4ChangeRef |
class |
P4GraphRef |
class |
P4LabelRef |
Modifier and Type | Method and Description |
---|---|
P4Ref |
P4ChangeEntry.getId() |
Modifier and Type | Method and Description |
---|---|
void |
P4ChangeEntry.setId(P4Ref value) |
Modifier and Type | Method and Description |
---|---|
P4Ref |
ConnectionHelper.getGraphHead(String repo)
Get the last SHA commited to the specified repo.
|
Modifier and Type | Method and Description |
---|---|
List<P4Ref> |
ClientHelper.listChanges()
Show all changes within the scope of the client.
|
List<P4Ref> |
ClientHelper.listChanges(List<P4Ref> fromRefs,
P4Ref to)
Show all changes within the scope of the client, between the 'from' and
'to' change limits.
|
List<P4Ref> |
ClientHelper.listChanges(P4Ref from)
Show all changes within the scope of the client, from the 'from' change
limits.
|
List<P4Ref> |
ConnectionHelper.listCommits(List<P4Ref> fromRefs,
P4Ref to)
List graph Commits with in range of SHAs
|
List<P4Ref> |
ClientHelper.listHaveChanges(List<P4Ref> fromRefs)
Fetches a list of changes needed to update the workspace to head.
|
List<P4Ref> |
ClientHelper.listHaveChanges(List<P4Ref> fromRefs,
P4Ref changeLimit)
Fetches a list of changes needed to update the workspace to the specified
limit.
|
Modifier and Type | Method and Description |
---|---|
List<P4Ref> |
ClientHelper.listChanges(List<P4Ref> fromRefs,
P4Ref to)
Show all changes within the scope of the client, between the 'from' and
'to' change limits.
|
List<P4Ref> |
ClientHelper.listChanges(P4Ref from)
Show all changes within the scope of the client, from the 'from' change
limits.
|
List<P4Ref> |
ConnectionHelper.listCommits(List<P4Ref> fromRefs,
P4Ref to)
List graph Commits with in range of SHAs
|
List<P4Ref> |
ClientHelper.listHaveChanges(List<P4Ref> fromRefs,
P4Ref changeLimit)
Fetches a list of changes needed to update the workspace to the specified
limit.
|
void |
ClientHelper.syncFiles(P4Ref buildChange,
Populate populate)
Sync files to workspace at the specified change/label.
|
Modifier and Type | Method and Description |
---|---|
List<P4Ref> |
ClientHelper.listChanges(List<P4Ref> fromRefs,
P4Ref to)
Show all changes within the scope of the client, between the 'from' and
'to' change limits.
|
List<P4Ref> |
ConnectionHelper.listCommits(List<P4Ref> fromRefs,
P4Ref to)
List graph Commits with in range of SHAs
|
List<P4Ref> |
ClientHelper.listHaveChanges(List<P4Ref> fromRefs)
Fetches a list of changes needed to update the workspace to head.
|
List<P4Ref> |
ClientHelper.listHaveChanges(List<P4Ref> fromRefs,
P4Ref changeLimit)
Fetches a list of changes needed to update the workspace to the specified
limit.
|
Modifier and Type | Method and Description |
---|---|
P4Ref |
P4Revision.getRef() |
Modifier and Type | Method and Description |
---|---|
P4Ref |
TagAction.getRefChange() |
Modifier and Type | Method and Description |
---|---|
static List<P4Ref> |
TagAction.getLastChange(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
String syncID)
Change reporting...
|
List<P4Ref> |
TagAction.getRefChanges() |
Modifier and Type | Method and Description |
---|---|
void |
TagAction.setRefChanges(List<P4Ref> refChanges) |
Modifier and Type | Method and Description |
---|---|
P4Ref |
CheckoutTask.getBuildChange() |
Modifier and Type | Method and Description |
---|---|
List<P4Ref> |
CheckoutTask.getSyncChange() |
List<P4Ref> |
PollTask.invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
CheckoutTask.setBuildChange(P4Ref parentChange) |
Modifier and Type | Method and Description |
---|---|
List<P4ChangeEntry> |
CheckoutTask.getChangesFull(List<P4Ref> lastRefs) |
void |
CheckoutTask.setIncrementalChanges(List<P4Ref> changes) |
Constructor and Description |
---|
PollTask(List<Filter> filter,
List<P4Ref> lastRefs) |
Copyright © 2016–2017. All rights reserved.