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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classAn extension point to allow things other than jobs to listen for repository status updates. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoNotifyCommit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Notify the commit to this repository.
-
Field Details
-
uuid
-
-
Constructor Details
-
SubversionRepositoryStatus
-
-
Method Details
-
getDisplayName
-
doNotifyCommit
public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws jakarta.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-commitscript set up.- Throws:
jakarta.servlet.ServletExceptionIOException
-