hudson.scm
Class CVSSCM.TagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
hudson.scm.CVSSCM.TagAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.Describable<CVSSCM.TagAction>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
- Enclosing class:
- CVSSCM
@ExportedBean
public final class CVSSCM.TagAction
- extends hudson.scm.AbstractScmTagAction
- implements hudson.model.Describable<CVSSCM.TagAction>
Action for a build that performs the tagging.
| Fields inherited from class hudson.scm.AbstractScmTagAction |
build |
| Fields inherited from class hudson.model.TaskAction |
log, workerThread |
| Methods inherited from class hudson.scm.AbstractScmTagAction |
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 |
CVSSCM.TagAction
public CVSSCM.TagAction(hudson.model.AbstractBuild build)
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getTagNames
@Exported
public java.lang.String[] getTagNames()
doCheckTag
public hudson.util.FormValidation doCheckTag(@QueryParameter
java.lang.String value)
- Checks if the value is a valid CVS tag name.
getPermission
public hudson.security.Permission getPermission()
- Overrides:
getPermission in class hudson.scm.AbstractScmTagAction
getTooltip
public java.lang.String getTooltip()
- Overrides:
getTooltip in class hudson.scm.AbstractScmTagAction
isTagged
public boolean isTagged()
- Specified by:
isTagged in class hudson.scm.AbstractScmTagAction
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.
- Throws:
java.io.IOException
javax.servlet.ServletException
perform
public void perform(java.lang.String tagName,
hudson.model.TaskListener listener)
- Performs tagging.
getDescriptor
public hudson.model.Descriptor<CVSSCM.TagAction> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<CVSSCM.TagAction>
Copyright © 2010. All Rights Reserved.