hudson.scm
Class SubversionRepositoryStatus

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by 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.

Author:
Kohsuke Kawaguchi
See Also:
SubversionStatus

Field Summary
 java.util.UUID uuid
           
 
Constructor Summary
SubversionRepositoryStatus(java.util.UUID uuid)
           
 
Method Summary
 void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Notify the commit to this repository.
 java.lang.String getDisplayName()
           
 java.lang.String getSearchUrl()
           
 
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
 

Field Detail

uuid

public final java.util.UUID uuid
Constructor Detail

SubversionRepositoryStatus

public SubversionRepositoryStatus(java.util.UUID uuid)
Method Detail

getDisplayName

public java.lang.String getDisplayName()

getSearchUrl

public java.lang.String getSearchUrl()

doNotifyCommit

public void doNotifyCommit(org.kohsuke.stapler.StaplerRequest req,
                           org.kohsuke.stapler.StaplerResponse rsp)
                    throws javax.servlet.ServletException,
                           java.io.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
java.io.IOException


Copyright © 2009. All Rights Reserved.