hudson.scm
クラス SubversionTagAction

java.lang.Object
  上位を拡張 hudson.model.AbstractModelObject
      上位を拡張 hudson.model.TaskAction
          上位を拡張 hudson.scm.AbstractScmTagAction
              上位を拡張 hudson.scm.SubversionTagAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.Describable<SubversionTagAction>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

@ExportedBean
public class SubversionTagAction
extends hudson.scm.AbstractScmTagAction
implements hudson.model.Describable<SubversionTagAction>

Action that lets people create tag for the given build.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
static class SubversionTagAction.DescriptorImpl
          Just for assisting form related stuff.
static class SubversionTagAction.TagInfo
           
 class SubversionTagAction.TagWorkerThread
          The thread that performs tagging operation asynchronously.
 
フィールドの概要
 
クラス hudson.scm.AbstractScmTagAction から継承されたフィールド
build
 
クラス hudson.model.TaskAction から継承されたフィールド
log, workerThread
 
メソッドの概要
 void doSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Invoked to actually tag the workspace.
 hudson.model.Descriptor<SubversionTagAction> getDescriptor()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.security.Permission getPermission()
           
 java.util.List<SubversionTagAction.TagInfo> getTagInfo()
           
 java.util.Map<SubversionSCM.SvnInfo,java.util.List<java.lang.String>> getTags()
           
 java.lang.String getTooltip()
           
 boolean hasTags()
          Was any tag created by the user already?
 boolean isTagged()
          Returns true if this build has already been tagged at least once.
 java.lang.String makeTagURL(SubversionSCM.SvnInfo si)
          Creates a URL, to be used as the default value of the module tag URL.
 
クラス hudson.scm.AbstractScmTagAction から継承されたメソッド
chooseAction, doIndex, getACL, getBuild, getUrlName
 
クラス hudson.model.TaskAction から継承されたメソッド
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog
 
クラス 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
 

メソッドの詳細

hasTags

public boolean hasTags()
Was any tag created by the user already?


getIconFileName

public java.lang.String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public java.lang.String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getTags

public java.util.Map<SubversionSCM.SvnInfo,java.util.List<java.lang.String>> getTags()
関連項目:
tags

getTagInfo

@Exported(name="tags")
public java.util.List<SubversionTagAction.TagInfo> getTagInfo()

isTagged

public boolean isTagged()
Returns true if this build has already been tagged at least once.

定義:
クラス hudson.scm.AbstractScmTagAction 内の isTagged

getTooltip

public java.lang.String getTooltip()
オーバーライド:
クラス hudson.scm.AbstractScmTagAction 内の getTooltip

makeTagURL

public java.lang.String makeTagURL(SubversionSCM.SvnInfo si)
Creates a URL, to be used as the default value of the module tag URL.

戻り値:
null if failed to guess.

doSubmit

public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse rsp)
              throws java.io.IOException,
                     javax.servlet.ServletException
Invoked to actually tag the workspace.

例外:
java.io.IOException
javax.servlet.ServletException

getPermission

public hudson.security.Permission getPermission()
オーバーライド:
クラス hudson.scm.AbstractScmTagAction 内の getPermission

getDescriptor

public hudson.model.Descriptor<SubversionTagAction> getDescriptor()
定義:
インタフェース hudson.model.Describable<SubversionTagAction> 内の getDescriptor


Copyright © 2010. All Rights Reserved.