public class P4WebBrowser extends P4Browser
Modifier and Type | Class and Description |
---|---|
static class |
P4WebBrowser.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
p4ChangeEnd |
String |
p4DiffEnd |
String |
p4FileEnd |
String |
p4JobEnd |
String |
p4LabelEnd |
URL |
url |
Constructor and Description |
---|
P4WebBrowser(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
public final String p4FileEnd
public final String p4DiffEnd
public final String p4ChangeEnd
public final String p4JobEnd
public final String p4LabelEnd
@DataBoundConstructor public P4WebBrowser(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-2014. All Rights Reserved.