Package | Description |
---|---|
org.jenkinsci.plugins.p4.browsers | |
org.jenkinsci.plugins.p4.changes | |
org.jenkinsci.plugins.p4.tasks |
Modifier and Type | Method and Description |
---|---|
URL |
SwarmBrowser.getChangeSetLink(P4ChangeEntry changeSet) |
URL |
P4WebBrowser.getChangeSetLink(P4ChangeEntry changeSet) |
URL |
OpenGrokBrowser.getChangeSetLink(P4ChangeEntry changeSet) |
URL |
FishEyeBrowser.getChangeSetLink(P4ChangeEntry changeSet) |
URL |
SwarmBrowser.getLabelSetLink(P4ChangeEntry changeSet) |
URL |
P4WebBrowser.getLabelSetLink(P4ChangeEntry changeSet) |
Modifier and Type | Method and Description |
---|---|
P4ChangeEntry |
P4Revision.getChangeEntry(ClientHelper p4) |
P4ChangeEntry |
P4Ref.getChangeEntry(ClientHelper p4) |
P4ChangeEntry |
P4LabelRef.getChangeEntry(ClientHelper p4) |
P4ChangeEntry |
P4GraphRef.getChangeEntry(ClientHelper p4) |
P4ChangeEntry |
P4ChangeRef.getChangeEntry(ClientHelper p4) |
Modifier and Type | Method and Description |
---|---|
List<P4ChangeEntry> |
P4ChangeSet.getHistory() |
Collection<P4ChangeEntry> |
P4ChangeSet.getLogs() |
Iterator<P4ChangeEntry> |
P4ChangeSet.iterator() |
Modifier and Type | Method and Description |
---|---|
static void |
P4ChangeSet.store(File file,
List<P4ChangeEntry> changes) |
Constructor and Description |
---|
P4ChangeSet(hudson.model.Run<?,?> run,
hudson.scm.RepositoryBrowser<?> browser,
List<P4ChangeEntry> logs) |
Modifier and Type | Method and Description |
---|---|
P4ChangeEntry |
CheckoutTask.getCurrentChange() |
Modifier and Type | Method and Description |
---|---|
List<P4ChangeEntry> |
CheckoutTask.getChangesFull(List<P4Ref> lastRefs) |
Copyright © 2016–2017. All rights reserved.