Package hudson.scm
Class SubversionRepositoryStatus
java.lang.Object
hudson.scm.SubversionRepositoryStatus
Per repository status.
Receives post-commit hook notifications.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
An extension point to allow things other than jobs to listen for repository status updates. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doNotifyCommit
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Notify the commit to this repository.
-
Field Details
-
uuid
-
-
Constructor Details
-
SubversionRepositoryStatus
-
-
Method Details
-
getDisplayName
-
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
-