hudson.scm
Class BlameSubversionRepositoryStatus
java.lang.Object
hudson.model.AbstractModelObject
hudson.scm.BlameSubversionRepositoryStatus
- All Implemented Interfaces:
- hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class BlameSubversionRepositoryStatus
- extends hudson.model.AbstractModelObject
Per repository status.
Modify: changed by tang
- Author:
- tang,Kohsuke Kawaguchi
- See Also:
BlameSubversionStatus
| Methods inherited from class hudson.model.AbstractModelObject |
getConfiguredHudsonProperty, 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
BlameSubversionRepositoryStatus
public BlameSubversionRepositoryStatus(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-2012 Hudson. All Rights Reserved.