|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<ChangeSet>
hudson.plugins.tfs.browsers.TeamFoundationServerRepositoryBrowser
public abstract class TeamFoundationServerRepositoryBrowser
Repository browser for the Team Foundation Server SCM
| Constructor Summary | |
|---|---|
TeamFoundationServerRepositoryBrowser()
|
|
| Method Summary | |
|---|---|
abstract java.net.URL |
getDiffLink(ChangeSet.Item item)
Determines the link to the diff between the version in the specified revision of ChangeSet.Item to its previous version. |
abstract java.net.URL |
getFileLink(ChangeSet.Item item)
Determines the link to a single file under TFS. |
| 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 TeamFoundationServerRepositoryBrowser()
| Method Detail |
|---|
public abstract java.net.URL getDiffLink(ChangeSet.Item item)
throws java.io.IOException
ChangeSet.Item to its previous version.
java.io.IOException
public abstract java.net.URL getFileLink(ChangeSet.Item item)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||