Uses of Interface
org.jenkinsci.plugins.p4.changes.P4Ref
Packages that use P4Ref
Package
Description
-
Uses of P4Ref in org.jenkinsci.plugins.p4
Methods in org.jenkinsci.plugins.p4 that return P4RefMethods in org.jenkinsci.plugins.p4 with parameters of type P4RefConstructors in org.jenkinsci.plugins.p4 with parameters of type P4RefModifierConstructorDescriptionPerforceScm(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 P4RefModifier and TypeMethodDescriptionFishEyeBrowser.getDiffLink(P4AffectedFile file, P4Ref change) OpenGrokBrowser.getDiffLink(P4AffectedFile file, P4Ref change) abstract URLP4Browser.getDiffLink(P4AffectedFile file, P4Ref change) Determines the link to the diff between the version.P4WebBrowser.getDiffLink(P4AffectedFile file, P4Ref change) SwarmBrowser.getDiffLink(P4AffectedFile file, P4Ref change) -
Uses of P4Ref in org.jenkinsci.plugins.p4.changes
Classes in org.jenkinsci.plugins.p4.changes that implement P4RefModifier and TypeClassDescriptionclassclassclassclassMethods in org.jenkinsci.plugins.p4.changes that return P4RefModifier and TypeMethodDescriptionstatic P4RefFactory for creating P4ChangeRef and P4LabelRefP4ChangeEntry.getId()Methods in org.jenkinsci.plugins.p4.changes with parameters of type P4Ref -
Uses of P4Ref in org.jenkinsci.plugins.p4.client
Methods in org.jenkinsci.plugins.p4.client that return P4RefModifier and TypeMethodDescriptionConnectionHelper.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 P4RefModifier and TypeMethodDescriptionClientHelper.listChanges()Show all changes within the scope of the client.ClientHelper.listChanges(List<P4Ref> fromRefs, P4Ref to) Show all changes within the scope of the client, between the 'from' and 'to' change limits.ClientHelper.listChanges(P4Ref from) Show all changes within the scope of the client, from the 'from' change limits.ConnectionHelper.listCommits(List<P4Ref> fromRefs, P4Ref to) List graph Commits with in range of SHAsClientHelper.listHaveChanges(List<P4Ref> fromRefs) Fetches a list of changes needed to update the workspace to head.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 P4RefModifier and TypeMethodDescriptionprotected 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 revisionlongGet the latest change on the given pathlongConnectionHelper.getLowestHead(String path, P4Ref from, P4Ref to) Get the lowest change on the given pathClientHelper.listChanges(List<P4Ref> fromRefs, P4Ref to) Show all changes within the scope of the client, between the 'from' and 'to' change limits.ClientHelper.listChanges(P4Ref from) Show all changes within the scope of the client, from the 'from' change limits.ConnectionHelper.listCommits(List<P4Ref> fromRefs, P4Ref to) List graph Commits with in range of SHAsClientHelper.listHaveChanges(List<P4Ref> fromRefs, P4Ref changeLimit) Fetches a list of changes needed to update the workspace to the specified limit.voidSync files to workspace at the specified change/label.Method parameters in org.jenkinsci.plugins.p4.client with type arguments of type P4RefModifier and TypeMethodDescriptionClientHelper.listChanges(List<P4Ref> fromRefs, P4Ref to) Show all changes within the scope of the client, between the 'from' and 'to' change limits.ConnectionHelper.listCommits(List<P4Ref> fromRefs, P4Ref to) List graph Commits with in range of SHAsClientHelper.listHaveChanges(List<P4Ref> fromRefs) Fetches a list of changes needed to update the workspace to head.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 P4RefMethods in org.jenkinsci.plugins.p4.scm with parameters of type P4RefModifier and TypeMethodDescriptionstatic P4SCMRevisionprotected P4BranchScannerAbstractP4ScmSource.getScanner(P4Ref ref) Scans for a Jenkinsfile given a submitted change.P4ChangeRequestSCMHead.getScm(AbstractP4ScmSource source, P4Path path, P4Ref revision) P4SCMHead.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 -
Uses of P4Ref in org.jenkinsci.plugins.p4.scm.events
Methods in org.jenkinsci.plugins.p4.scm.events that return P4RefConstructors in org.jenkinsci.plugins.p4.scm.events with parameters of type P4RefModifierConstructorDescriptionP4BranchScanner(P4BaseCredentials credential, P4Ref change, String file) -
Uses of P4Ref in org.jenkinsci.plugins.p4.tagging
Methods in org.jenkinsci.plugins.p4.tagging that return P4RefMethods in org.jenkinsci.plugins.p4.tagging that return types with arguments of type P4RefModifier and TypeMethodDescriptionTagAction.getLastChange(Run<?, ?> run, TaskListener listener, String syncID) Returns workspace/client ref changes from the last build for the given syncID.TagAction.getRefChanges()Method parameters in org.jenkinsci.plugins.p4.tagging with type arguments of type P4Ref -
Uses of P4Ref in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return P4RefMethods in org.jenkinsci.plugins.p4.tasks that return types with arguments of type P4RefMethods in org.jenkinsci.plugins.p4.tasks with parameters of type P4RefMethod parameters in org.jenkinsci.plugins.p4.tasks with type arguments of type P4RefModifier and TypeMethodDescriptionCheckoutTask.getChangesFull(List<P4Ref> lastRefs) voidCheckoutTask.setIncrementalChanges(List<P4Ref> changes)