Package hudson.scm.cvstagging
Class CvsTagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
hudson.scm.cvstagging.CvsTagAction
- All Implemented Interfaces:
Action
,BuildBadgeAction
,Describable<CvsTagAction>
,ModelObject
,SearchableModelObject
,SearchItem
,RunAction2
@ExportedBean
public class CvsTagAction
extends AbstractScmTagAction
implements Describable<CvsTagAction>
-
Field Summary
Fields inherited from class hudson.scm.AbstractScmTagAction
build
Fields inherited from class hudson.model.TaskAction
log, workerThread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkTagName
(String tagName) doCheckTag
(String value) void
doSubmit
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) String[]
boolean
isTagged()
void
Methods inherited from class hudson.scm.AbstractScmTagAction
chooseAction, doIndex, getACL, getBuild, getPermission, getRun, getTooltip, getUrlName, onAttached, onLoad
Methods inherited from class hudson.model.TaskAction
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
CvsTagAction
-
-
Method Details
-
readResolve
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classTaskAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
isTagged
public boolean isTagged()- Specified by:
isTagged
in classAbstractScmTagAction
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<CvsTagAction>
-
getTagNames
-
getParent
-
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
perform
- Throws:
IOException
-
doCheckTag
-
checkTagName
-