public class SwarmBrowser extends P4Browser
Modifier and Type | Class and Description |
---|---|
static class |
SwarmBrowser.DescriptorImpl |
Constructor and Description |
---|
SwarmBrowser(URL url) |
Modifier and Type | Method and Description |
---|---|
URL |
getChangeSetLink(P4ChangeEntry changeSet) |
URL |
getDiffLink(com.perforce.p4java.core.file.IFileSpec file)
Determines the link to the diff between the version.
|
URL |
getFileLink(com.perforce.p4java.core.file.IFileSpec file)
Determines the link to a single file under Perforce.
|
URL |
getJobLink(com.perforce.p4java.core.IJob job) |
URL |
getLabelSetLink(P4ChangeEntry changeSet) |
public final URL url
@DataBoundConstructor public SwarmBrowser(URL url)
public URL getChangeSetLink(P4ChangeEntry changeSet) throws IOException
getChangeSetLink
in class hudson.scm.RepositoryBrowser<P4ChangeEntry>
IOException
public URL getLabelSetLink(P4ChangeEntry changeSet) throws IOException
IOException
public URL getDiffLink(com.perforce.p4java.core.file.IFileSpec file) throws Exception
P4Browser
PerforceChangeLogEntry.Change.File
to its previous version.getDiffLink
in class P4Browser
Exception
public URL getFileLink(com.perforce.p4java.core.file.IFileSpec file) throws Exception
P4Browser
getFileLink
in class P4Browser
Exception
public URL getJobLink(com.perforce.p4java.core.IJob job) throws Exception
getJobLink
in class P4Browser
Exception
Copyright © 2004-2015. All Rights Reserved.