Uses of Class
org.jenkinsci.plugins.p4.changes.P4ChangeEntry
Packages that use P4ChangeEntry
Package
Description
-
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.browsers
Methods in org.jenkinsci.plugins.p4.browsers with parameters of type P4ChangeEntryModifier and TypeMethodDescriptionFishEyeBrowser.getChangeSetLink(P4ChangeEntry changeSet) OpenGrokBrowser.getChangeSetLink(P4ChangeEntry changeSet) P4WebBrowser.getChangeSetLink(P4ChangeEntry changeSet) SwarmBrowser.getChangeSetLink(P4ChangeEntry changeSet) P4WebBrowser.getLabelSetLink(P4ChangeEntry changeSet) SwarmBrowser.getLabelSetLink(P4ChangeEntry changeSet) -
Uses of P4ChangeEntry in org.jenkinsci.plugins.p4.changes
Methods in org.jenkinsci.plugins.p4.changes that return P4ChangeEntryModifier and TypeMethodDescriptionP4ChangeRef.getChangeEntry(ClientHelper p4) P4GraphRef.getChangeEntry(ClientHelper p4) P4LabelRef.getChangeEntry(ClientHelper p4) P4PollRef.getChangeEntry(ClientHelper p4) P4Ref.getChangeEntry(ClientHelper p4) P4Revision.getChangeEntry(ClientHelper p4) Methods in org.jenkinsci.plugins.p4.changes that return types with arguments of type P4ChangeEntryModifier and TypeMethodDescriptionP4ChangeSet.getHistory()P4ChangeSet.getLogs()P4ChangeSet.iterator()Method parameters in org.jenkinsci.plugins.p4.changes with type arguments of type P4ChangeEntryModifier and TypeMethodDescriptionstatic voidP4ChangeSet.store(File file, List<P4ChangeEntry> changes) Constructor parameters in org.jenkinsci.plugins.p4.changes with type arguments of type P4ChangeEntryModifierConstructorDescriptionprotectedP4ChangeSet(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 P4ChangeEntryModifier and TypeMethodDescriptionprotected 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 P4ChangeEntryMethods in org.jenkinsci.plugins.p4.tasks that return types with arguments of type P4ChangeEntry