hudson.scm
类 BlameSubversionRepositoryStatus
java.lang.Object
hudson.model.AbstractModelObject
hudson.scm.BlameSubversionRepositoryStatus
- 所有已实现的接口:
- hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class BlameSubversionRepositoryStatus
- extends hudson.model.AbstractModelObject
Per repository status.
Modify: changed by tang
- 作者:
- tang,Kohsuke Kawaguchi
- 另请参见:
BlameSubversionStatus
|
方法摘要 |
void |
doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Notify the commit to this repository. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getSearchUrl()
|
| 从类 hudson.model.AbstractModelObject 继承的方法 |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uuid
public final java.util.UUID uuid
BlameSubversionRepositoryStatus
public BlameSubversionRepositoryStatus(java.util.UUID uuid)
getDisplayName
public java.lang.String getDisplayName()
getSearchUrl
public java.lang.String getSearchUrl()
doNotifyCommit
public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
java.io.IOException
- Notify the commit to this repository.
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
java.io.IOException
Copyright © 2010. All Rights Reserved.