@ExportedBean public class GitTagAction extends AbstractScmTagAction implements Describable<GitTagAction>
| Modifier and Type | Class and Description |
|---|---|
static class |
GitTagAction.DescriptorImpl
Just for assisting form related stuff.
|
static class |
GitTagAction.TagInfo |
class |
GitTagAction.TagWorkerThread
The thread that performs tagging operation asynchronously.
|
buildlog, workerThread| Modifier | Constructor and Description |
|---|---|
protected |
GitTagAction(Run build,
FilePath workspace,
hudson.plugins.git.Revision revision) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Invoked to actually tag the workspace.
|
Descriptor<GitTagAction> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
Permission |
getPermission() |
List<GitTagAction.TagInfo> |
getTagInfo() |
Map<String,List<String>> |
getTags() |
String |
getTooltip() |
boolean |
isTagged() |
chooseAction, doIndex, getACL, getBuild, getRun, getUrlName, onAttached, onLoaddoClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLoggetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendErrorprotected GitTagAction(Run build, FilePath workspace, hudson.plugins.git.Revision revision)
public Descriptor<GitTagAction> getDescriptor()
getDescriptor in interface Describable<GitTagAction>public boolean isTagged()
isTagged in class AbstractScmTagActionpublic String getIconFileName()
getIconFileName in interface ActiongetIconFileName in class TaskActionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic Map<String,List<String>> getTags()
tags@Exported(name="tags") public List<GitTagAction.TagInfo> getTagInfo()
public String getTooltip()
getTooltip in class AbstractScmTagActionpublic void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - request for submitrsp - response used to send resultIOException - on input or output errorjavax.servlet.ServletException - on servlet errorpublic Permission getPermission()
getPermission in class AbstractScmTagActionCopyright © 2007–2021. All rights reserved.