Uses of Class
org.jenkinsci.plugins.p4.changes.P4ChangeEntry
-
Packages that use P4ChangeEntry Package Description org.jenkinsci.plugins.p4.browsers org.jenkinsci.plugins.p4.changes org.jenkinsci.plugins.p4.publish org.jenkinsci.plugins.p4.tasks -
-
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.browsers
Methods in org.jenkinsci.plugins.p4.browsers with parameters of type P4ChangeEntry Modifier and Type Method Description URLFishEyeBrowser. getChangeSetLink(P4ChangeEntry changeSet)URLOpenGrokBrowser. getChangeSetLink(P4ChangeEntry changeSet)URLP4WebBrowser. getChangeSetLink(P4ChangeEntry changeSet)URLSwarmBrowser. getChangeSetLink(P4ChangeEntry changeSet)URLP4WebBrowser. getLabelSetLink(P4ChangeEntry changeSet)URLSwarmBrowser. getLabelSetLink(P4ChangeEntry changeSet) -
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.changes
Methods in org.jenkinsci.plugins.p4.changes that return P4ChangeEntry Modifier and Type Method Description P4ChangeEntryP4ChangeRef. getChangeEntry(ClientHelper p4)P4ChangeEntryP4GraphRef. getChangeEntry(ClientHelper p4)P4ChangeEntryP4LabelRef. getChangeEntry(ClientHelper p4)P4ChangeEntryP4Ref. getChangeEntry(ClientHelper p4)P4ChangeEntryP4Revision. getChangeEntry(ClientHelper p4)Methods in org.jenkinsci.plugins.p4.changes that return types with arguments of type P4ChangeEntry Modifier and Type Method Description List<P4ChangeEntry>P4ChangeSet. getHistory()Collection<P4ChangeEntry>P4ChangeSet. getLogs()Iterator<P4ChangeEntry>P4ChangeSet. iterator()Method parameters in org.jenkinsci.plugins.p4.changes with type arguments of type P4ChangeEntry Modifier and Type Method Description static voidP4ChangeSet. store(File file, List<P4ChangeEntry> changes)Constructor parameters in org.jenkinsci.plugins.p4.changes with type arguments of type P4ChangeEntry Constructor Description P4ChangeSet(Run<?,?> run, RepositoryBrowser<?> browser, List<P4ChangeEntry> logs) -
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.publish
Methods in org.jenkinsci.plugins.p4.publish that return P4ChangeEntry Modifier and Type Method Description protected P4ChangeEntryPublishNotifier. createP4ChangeEntry(ClientHelper p4, long change, boolean isPublished) -
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return P4ChangeEntry Modifier and Type Method Description P4ChangeEntryCheckoutTask. getCurrentChange()Methods in org.jenkinsci.plugins.p4.tasks that return types with arguments of type P4ChangeEntry Modifier and Type Method Description List<P4ChangeEntry>CheckoutTask. getChangesFull(List<P4Ref> lastRefs)
-