Uses of Interface
org.jenkinsci.plugins.p4.changes.P4Ref
-
-
Uses of P4Ref in org.jenkinsci.plugins.p4
Methods in org.jenkinsci.plugins.p4 that return P4Ref Modifier and Type Method Description P4RefPerforceRevisionState. getChange()Methods in org.jenkinsci.plugins.p4 with parameters of type P4Ref Modifier and Type Method Description voidPerforceRevisionState. setChange(P4Ref change)Constructors in org.jenkinsci.plugins.p4 with parameters of type P4Ref Constructor Description PerforceScm(AbstractP4ScmSource source, P4Path path, P4Ref revision)MultiBranch constructor for building jobs. -
Uses of P4Ref in org.jenkinsci.plugins.p4.browsers
Methods in org.jenkinsci.plugins.p4.browsers with parameters of type P4Ref Modifier and Type Method Description URLFishEyeBrowser. getDiffLink(P4AffectedFile file, P4Ref change)URLOpenGrokBrowser. getDiffLink(P4AffectedFile file, P4Ref change)abstract URLP4Browser. getDiffLink(P4AffectedFile file, P4Ref change)Determines the link to the diff between the version.URLP4WebBrowser. getDiffLink(P4AffectedFile file, P4Ref change)URLSwarmBrowser. getDiffLink(P4AffectedFile file, P4Ref change) -
Uses of P4Ref in org.jenkinsci.plugins.p4.changes
Classes in org.jenkinsci.plugins.p4.changes that implement P4Ref Modifier and Type Class Description classP4ChangeRefclassP4GraphRefclassP4LabelRefMethods in org.jenkinsci.plugins.p4.changes that return P4Ref Modifier and Type Method Description static P4RefP4RefBuilder. get(String revision)Factory for creating P4ChangeRef and P4LabelRefP4RefP4ChangeEntry. getId()Methods in org.jenkinsci.plugins.p4.changes with parameters of type P4Ref Modifier and Type Method Description voidP4ChangeEntry. setId(P4Ref value) -
Uses of P4Ref in org.jenkinsci.plugins.p4.client
Methods in org.jenkinsci.plugins.p4.client that return P4Ref Modifier and Type Method Description P4RefConnectionHelper. getGraphHead(String repo)Get the last SHA commited to the specified repo.Methods in org.jenkinsci.plugins.p4.client that return types with arguments of type P4Ref Modifier and Type Method 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 SHAsList<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.Methods in org.jenkinsci.plugins.p4.client with parameters of type P4Ref Modifier and Type Method Description protected StringConnectionHelper. buildRevisionLimit(String path, P4Ref from, P4Ref to)Build a revision limit spec.longClientHelper. getClientHead(P4Ref from, P4Ref to)Get the change number for the last change within the scope of the workspace view up to the specified revisionlongConnectionHelper. getHead(String path, P4Ref from, P4Ref to)Get the latest change on the given pathlongConnectionHelper. getLowestHead(String path, P4Ref from, P4Ref to)Get the lowest change on the given pathList<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 SHAsList<P4Ref>ClientHelper. listHaveChanges(List<P4Ref> fromRefs, P4Ref changeLimit)Fetches a list of changes needed to update the workspace to the specified limit.voidClientHelper. syncFiles(P4Ref buildChange, Populate populate)Sync files to workspace at the specified change/label.Method parameters in org.jenkinsci.plugins.p4.client with type arguments of type P4Ref Modifier and Type Method 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 SHAsList<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. -
Uses of P4Ref in org.jenkinsci.plugins.p4.scm
Methods in org.jenkinsci.plugins.p4.scm that return P4Ref Modifier and Type Method Description P4RefP4SCMRevision. getRef()Methods in org.jenkinsci.plugins.p4.scm with parameters of type P4Ref Modifier and Type Method Description static P4SCMRevisionP4SCMRevision. builder(String path, String branch, P4Ref ref)protected P4BranchScannerAbstractP4ScmSource. getScanner(P4Ref ref)Scans for a Jenkinsfile given a submitted change.PerforceScmP4ChangeRequestSCMHead. getScm(AbstractP4ScmSource source, P4Path path, P4Ref revision)PerforceScmP4SCMHead. getScm(AbstractP4ScmSource source, P4Path path, P4Ref revision)static P4SCMRevisionP4SCMRevision. swarmBuilder(String path, String branch, P4Ref ref)static P4SCMRevisionP4SCMRevision. swarmBuilder(String path, String branch, P4Ref ref, String reviewID)Constructors in org.jenkinsci.plugins.p4.scm with parameters of type P4Ref Constructor Description P4SCMRevision(P4SCMHead branch, P4Ref ref) -
Uses of P4Ref in org.jenkinsci.plugins.p4.scm.events
Methods in org.jenkinsci.plugins.p4.scm.events that return P4Ref Modifier and Type Method Description P4RefP4BranchScanner. getChange()Constructors in org.jenkinsci.plugins.p4.scm.events with parameters of type P4Ref Constructor Description P4BranchScanner(P4BaseCredentials credential, P4Ref change, String file) -
Uses of P4Ref in org.jenkinsci.plugins.p4.tagging
Methods in org.jenkinsci.plugins.p4.tagging that return P4Ref Modifier and Type Method Description P4RefTagAction. getRefChange()Methods in org.jenkinsci.plugins.p4.tagging that return types with arguments of type P4Ref Modifier and Type Method Description static List<P4Ref>TagAction. getLastChange(Run<?,?> run, TaskListener listener, String syncID)Change reporting...List<P4Ref>TagAction. getRefChanges()Method parameters in org.jenkinsci.plugins.p4.tagging with type arguments of type P4Ref Modifier and Type Method Description voidTagAction. setRefChanges(List<P4Ref> refChanges) -
Uses of P4Ref in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return P4Ref Modifier and Type Method Description P4RefCheckoutTask. getBuildChange()Methods in org.jenkinsci.plugins.p4.tasks that return types with arguments of type P4Ref Modifier and Type Method Description List<P4Ref>CheckoutTask. getSyncChange()List<P4Ref>PollTask. invoke(File workspace, hudson.remoting.VirtualChannel channel)Methods in org.jenkinsci.plugins.p4.tasks with parameters of type P4Ref Modifier and Type Method Description voidCheckoutTask. setBuildChange(P4Ref parentChange)Method parameters in org.jenkinsci.plugins.p4.tasks with type arguments of type P4Ref Modifier and Type Method Description List<P4ChangeEntry>CheckoutTask. getChangesFull(List<P4Ref> lastRefs)voidCheckoutTask. setIncrementalChanges(List<P4Ref> changes)
-