|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractReleaseScmTagAction
hudson.scm.SubversionReleaseTagAction
public class SubversionReleaseTagAction
Action that lets people create tag for the given build.
| Nested Class Summary | |
|---|---|
class |
SubversionReleaseTagAction.TagWorkerThread
The thread that performs tagging operation asynchronously. |
| Field Summary |
|---|
| Fields inherited from class hudson.scm.AbstractReleaseScmTagAction |
|---|
build |
| Fields inherited from class hudson.model.TaskAction |
|---|
log, workerThread |
| Method Summary | |
|---|---|
void |
doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Invoked to actually tag the workspace. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
|
hudson.security.Permission |
getPermission()
Defaults to SCM#TAG. |
java.util.Map<SubversionReleaseSCM.SvnInfo,java.util.List<java.lang.String>> |
getTags()
|
java.lang.String |
getTooltip()
This message is shown as the tool tip of the build badge icon. |
boolean |
hasTags()
Was any tag created by the user already? |
boolean |
isTagged()
Returns true if this build has already been tagged at least once. |
java.lang.String |
makeTagURL(SubversionReleaseSCM.SvnInfo si)
Creates a URL, to be used as the default value of the module tag URL. |
| Methods inherited from class hudson.scm.AbstractReleaseScmTagAction |
|---|
chooseAction, doIndex, getACL, getBuild, getUrlName |
| Methods inherited from class hudson.model.TaskAction |
|---|
doClearError, doProgressiveLog, getLog, getSearchUrl, getWorkerThread |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasTags()
public java.lang.String getIconFileName()
public java.lang.String getDisplayName()
public java.util.Map<SubversionReleaseSCM.SvnInfo,java.util.List<java.lang.String>> getTags()
tagspublic boolean isTagged()
isTagged in class AbstractReleaseScmTagActionpublic java.lang.String getTooltip()
AbstractReleaseScmTagAction
getTooltip in class AbstractReleaseScmTagActionpublic java.lang.String makeTagURL(SubversionReleaseSCM.SvnInfo si)
public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletExceptionpublic hudson.security.Permission getPermission()
AbstractReleaseScmTagActionSCM#TAG.
getPermission in class AbstractReleaseScmTagAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||