Modifier and Type | Method and Description |
---|---|
P4Ref |
PerforceRevisionState.getChange() |
Modifier and Type | Method and Description |
---|---|
void |
PerforceRevisionState.setChange(P4Ref change) |
Constructor and Description |
---|
PerforceScm(AbstractP4ScmSource source,
P4Path path,
P4Ref revision)
MultiBranch constructor for building jobs.
|
Modifier and Type | Method and Description |
---|---|
URL |
FishEyeBrowser.getDiffLink(P4AffectedFile file,
P4Ref change) |
abstract URL |
P4Browser.getDiffLink(P4AffectedFile file,
P4Ref change)
Determines the link to the diff between the version.
|
URL |
SwarmBrowser.getDiffLink(P4AffectedFile file,
P4Ref change) |
URL |
P4WebBrowser.getDiffLink(P4AffectedFile file,
P4Ref change) |
URL |
OpenGrokBrowser.getDiffLink(P4AffectedFile file,
P4Ref change) |
Modifier and Type | Class and Description |
---|---|
class |
P4ChangeRef |
class |
P4GraphRef |
class |
P4LabelRef |
Modifier and Type | Method and Description |
---|---|
static P4Ref |
P4RefBuilder.get(String revision)
Factory for creating P4ChangeRef and P4LabelRef
|
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 |
---|---|
protected String |
ConnectionHelper.buildRevisionLimit(String path,
P4Ref from,
P4Ref to)
Build a revision limit spec.
|
long |
ClientHelper.getClientHead(P4Ref from,
P4Ref to)
Get the change number for the last change within the scope of the
workspace view up to the specified revision
|
long |
ConnectionHelper.getHead(String path,
P4Ref from,
P4Ref to)
Get the latest change on the given path
|
long |
ConnectionHelper.getLowestHead(String path,
P4Ref from,
P4Ref to)
Get the lowest change on the given path
|
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 |
P4SCMRevision.getRef() |
Modifier and Type | Method and Description |
---|---|
static P4SCMRevision |
P4SCMRevision.builder(String path,
String branch,
P4Ref ref) |
protected P4BranchScanner |
AbstractP4ScmSource.getScanner(P4Ref ref)
Scans for a Jenkinsfile given a submitted change.
|
PerforceScm |
P4ChangeRequestSCMHead.getScm(AbstractP4ScmSource source,
P4Path path,
P4Ref revision) |
PerforceScm |
P4SCMHead.getScm(AbstractP4ScmSource source,
P4Path path,
P4Ref revision) |
static P4SCMRevision |
P4SCMRevision.swarmBuilder(String path,
String branch,
P4Ref ref) |
static P4SCMRevision |
P4SCMRevision.swarmBuilder(String path,
String branch,
P4Ref ref,
String reviewID) |
Constructor and Description |
---|
P4SCMRevision(P4SCMHead branch,
P4Ref ref) |
Modifier and Type | Method and Description |
---|---|
P4Ref |
P4BranchScanner.getChange() |
Constructor and Description |
---|
P4BranchScanner(P4BaseCredentials credential,
P4Ref change,
String file) |
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(String credential,
hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
List<Filter> filter,
List<P4Ref> lastRefs) |
Copyright © 2016–2022. All rights reserved.