|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.scm.SubversionRepositoryStatus
public class SubversionRepositoryStatus
Per repository status.
SubversionStatus| Field Summary | |
|---|---|
UUID |
uuid
|
| Constructor Summary | |
|---|---|
SubversionRepositoryStatus(UUID uuid)
|
|
| Method Summary | |
|---|---|
void |
doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Notify the commit to this repository. |
String |
getDisplayName()
|
String |
getSearchUrl()
|
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final UUID uuid
| Constructor Detail |
|---|
public SubversionRepositoryStatus(UUID uuid)
| Method Detail |
|---|
public String getDisplayName()
public String getSearchUrl()
public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException
Because this URL is not guarded, we can't really trust the data that's sent to us. But we intentionally don't protect this URL to simplify post-commit script set up.
javax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||