hudson.scm
类 BlameSubversionTagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
hudson.scm.BlameSubversionTagAction
- 所有已实现的接口:
- hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.Describable<BlameSubversionTagAction>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
@ExportedBean
public class BlameSubversionTagAction
- extends hudson.scm.AbstractScmTagAction
- implements hudson.model.Describable<BlameSubversionTagAction>
Action that lets people create tag for the given build.
Modify: changed by tang
- 作者:
- tang,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<BlameSubversionSCM.SvnInfo,java.util.List<java.lang.String>> getTags()
- 另请参见:
tags
getTagInfo
@Exported(name="tags")
public java.util.List<BlameSubversionTagAction.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(BlameSubversionSCM.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<BlameSubversionTagAction> getDescriptor()
- 指定者:
- 接口
hudson.model.Describable<BlameSubversionTagAction> 中的 getDescriptor
Copyright © 2010. All Rights Reserved.