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
buildFields inherited from class hudson.model.TaskAction
log, workerThread -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckTagName(String tagName) doCheckTag(String value) voiddoSubmit(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) String[]booleanisTagged()voidMethods inherited from class hudson.scm.AbstractScmTagAction
chooseAction, doIndex, doIndex, getACL, getBuild, getPermission, getRun, getTooltip, getUrlName, onAttached, onLoadMethods inherited from class hudson.model.TaskAction
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLogMethods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
CvsTagAction
-
-
Method Details
-
readResolve
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classTaskAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
isTagged
public boolean isTagged()- Specified by:
isTaggedin classAbstractScmTagAction
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<CvsTagAction>
-
getTagNames
-
getParent
-
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-
perform
- Throws:
IOException
-
doCheckTag
-
checkTagName
-