@ExportedBean public class SubversionTagAction extends hudson.scm.AbstractScmTagAction implements hudson.model.Describable<SubversionTagAction>
Action that lets people create tag for the given build.| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionTagAction.DescriptorImpl
Just for assisting form related stuff.
|
static class |
SubversionTagAction.TagInfo |
class |
SubversionTagAction.TagWorkerThread
The thread that performs tagging operation asynchronously.
|
| 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<SubversionTagAction> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.security.Permission |
getPermission() |
List<SubversionTagAction.TagInfo> |
getTagInfo() |
Map<SubversionSCM.SvnInfo,List<String>> |
getTags() |
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.
|
String |
makeTagURL(SubversionSCM.SvnInfo si)
Creates a URL, to be used as the default value of the module tag URL.
|
chooseAction, doIndex, getACL, getBuild, getRun, getUrlName, onAttached, onLoaddoClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLogpublic boolean hasTags()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic Map<SubversionSCM.SvnInfo,List<String>> getTags()
tags@Exported(name="tags") public List<SubversionTagAction.TagInfo> getTagInfo()
public boolean isTagged()
isTagged in class hudson.scm.AbstractScmTagActionpublic String getTooltip()
getTooltip in class hudson.scm.AbstractScmTagActionpublic String makeTagURL(SubversionSCM.SvnInfo si)
public 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.AbstractScmTagActionpublic hudson.model.Descriptor<SubversionTagAction> getDescriptor()
getDescriptor in interface hudson.model.Describable<SubversionTagAction>Copyright © 2004–2015. All rights reserved.