Package hudson.scm

Class SubversionRepositoryStatus

java.lang.Object
hudson.scm.SubversionRepositoryStatus

public class SubversionRepositoryStatus extends Object
Per repository status.

Receives post-commit hook notifications.

Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • uuid

      public final UUID uuid
  • Constructor Details

    • SubversionRepositoryStatus

      public SubversionRepositoryStatus(UUID uuid)
  • Method Details

    • getDisplayName

      public String 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