|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<PerforceChangeLogEntry>
hudson.plugins.perforce.PerforceRepositoryBrowser
public abstract class PerforceRepositoryBrowser
RepositoryBrowser for Perforce.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
PerforceRepositoryBrowser()
|
|
| Method Summary | |
|---|---|
abstract java.net.URL |
getDiffLink(Changelist.FileEntry file)
Determines the link to the diff between the version. |
abstract java.net.URL |
getFileLink(Changelist.FileEntry file)
Determines the link to a single file under Perforce. |
| Methods inherited from class hudson.scm.RepositoryBrowser |
|---|
all, getChangeSetLink, getDescriptor, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerforceRepositoryBrowser()
| Method Detail |
|---|
public abstract java.net.URL getDiffLink(Changelist.FileEntry file)
throws java.io.IOException
PerforceChangeLogEntry.Change.File to its previous version.
java.io.IOException
public abstract java.net.URL getFileLink(Changelist.FileEntry file)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||