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
| クラス hudson.scm.AbstractScmTagAction から継承されたフィールド |
build |
| クラス hudson.model.TaskAction から継承されたフィールド |
log, workerThread |
| クラス 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.