@ExportedBean public class GitTagAction extends hudson.scm.AbstractScmTagAction implements hudson.model.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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GitTagAction(hudson.model.Run build,
hudson.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.
|
hudson.model.Descriptor<GitTagAction> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.security.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, obtainLogprotected GitTagAction(hudson.model.Run build,
hudson.FilePath workspace,
hudson.plugins.git.Revision revision)
public hudson.model.Descriptor<GitTagAction> getDescriptor()
getDescriptor in interface hudson.model.Describable<GitTagAction>public boolean isTagged()
isTagged in class hudson.scm.AbstractScmTagActionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@Exported(name="tags") public List<GitTagAction.TagInfo> getTagInfo()
public String getTooltip()
getTooltip in class hudson.scm.AbstractScmTagActionpublic void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.security.Permission getPermission()
getPermission in class hudson.scm.AbstractScmTagActionCopyright © 2004-2015. All Rights Reserved.