hudson.scm
Class BlameSubversionRepositoryStatus

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

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

Field Detail

uuid

public final UUID uuid
Constructor Detail

BlameSubversionRepositoryStatus

public BlameSubversionRepositoryStatus(UUID uuid)
Method Detail

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.