public class FishEyeBrowser extends P4Browser
Modifier and Type | Class and Description |
---|---|
static class |
FishEyeBrowser.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
rootModule
This is the root 'module' of the FishEye repository.
|
URL |
url
The URL of the FishEye repository, e.g.
|
Constructor and Description |
---|
FishEyeBrowser(URL url,
String rootModule) |
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) |
public final URL url
public final String rootModule
public URL getChangeSetLink(P4ChangeEntry changeSet) throws IOException
getChangeSetLink
in class hudson.scm.RepositoryBrowser<P4ChangeEntry>
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.