hudson.scm
类 BlameSubversionRepositoryStatus

java.lang.Object
  继承者 hudson.model.AbstractModelObject
      继承者 hudson.scm.BlameSubversionRepositoryStatus
所有已实现的接口:
hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class BlameSubversionRepositoryStatus
extends hudson.model.AbstractModelObject

Per repository status. Modify: changed by tang

作者:
tang,Kohsuke Kawaguchi
另请参见:
BlameSubversionStatus

字段摘要
 java.util.UUID uuid
           
 
构造方法摘要
BlameSubversionRepositoryStatus(java.util.UUID uuid)
           
 
方法摘要
 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()
           
 
从类 hudson.model.AbstractModelObject 继承的方法
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

uuid

public final java.util.UUID uuid
构造方法详细信息

BlameSubversionRepositoryStatus

public BlameSubversionRepositoryStatus(java.util.UUID uuid)
方法详细信息

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.

抛出:
javax.servlet.ServletException
java.io.IOException


Copyright © 2010. All Rights Reserved.