hudson.scm
クラス SubversionRepositoryStatus

java.lang.Object
  上位を拡張 hudson.model.AbstractModelObject
      上位を拡張 hudson.scm.SubversionRepositoryStatus
すべての実装されたインタフェース:
hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class SubversionRepositoryStatus
extends hudson.model.AbstractModelObject

Per repository status.

作成者:
Kohsuke Kawaguchi
関連項目:
SubversionStatus

フィールドの概要
 java.util.UUID uuid
           
 
コンストラクタの概要
SubversionRepositoryStatus(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
コンストラクタの詳細

SubversionRepositoryStatus

public SubversionRepositoryStatus(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.