|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
PerforceRepositoryBrowser()
|
|
| Method Summary | |
|---|---|
abstract java.net.URL |
getDiffLink(com.tek42.perforce.model.Changelist.FileEntry file)
Determines the link to the diff between the version. |
abstract java.net.URL |
getFileLink(com.tek42.perforce.model.Changelist.FileEntry file)
Determines the link to a single file under Perforce. |
| Methods inherited from class hudson.scm.RepositoryBrowser |
|---|
getChangeSetLink, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.Describable |
|---|
getDescriptor |
| Constructor Detail |
|---|
public PerforceRepositoryBrowser()
| Method Detail |
|---|
public abstract java.net.URL getDiffLink(com.tek42.perforce.model.Changelist.FileEntry file)
throws java.io.IOException
PerforceChangeLogEntry.Change.File to its previous version.
java.io.IOException
public abstract java.net.URL getFileLink(com.tek42.perforce.model.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 | |||||||||