hudson.scm
Class SubversionRepositoryStatus
java.lang.Object
hudson.model.AbstractModelObject
hudson.scm.SubversionRepositoryStatus
- All Implemented Interfaces:
- hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class SubversionRepositoryStatus
- extends hudson.model.AbstractModelObject
Per repository status.
Receives post-commit hook notifications.
- Author:
- Kohsuke Kawaguchi
- See Also:
SubversionStatus
| 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 |
uuid
public final UUID uuid
SubversionRepositoryStatus
public SubversionRepositoryStatus(UUID uuid)
getDisplayName
public String getDisplayName()
getSearchUrl
public String getSearchUrl()
doNotifyCommit
public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
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.
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2004-2013. All Rights Reserved.