Package hudson.scm
Class CVSSCM.TagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
hudson.scm.CVSSCM.TagAction
- All Implemented Interfaces:
Action,BuildBadgeAction,Describable<CVSSCM.TagAction>,ModelObject,SearchableModelObject,SearchItem,RunAction2
- Enclosing class:
- CVSSCM
@Deprecated
public final class CVSSCM.TagAction
extends AbstractScmTagAction
implements Describable<CVSSCM.TagAction>
Deprecated.
we now use CvsTagAction but have to keep this class around
for old builds that have a serialized version of this class
and use the old archive method of tagging a build
Action for a build that performs the tagging.
-
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 TypeMethodDescriptionDeprecated.Deprecated.Deprecated.booleanisTagged()Deprecated.Deprecated.Convert the old TagAction structure into the new (legacy) structureMethods 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
-
TagAction
Deprecated.
-
-
Method Details
-
getIconFileName
Deprecated.- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classTaskAction
-
getDisplayName
Deprecated.- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getDescriptor
Deprecated.- Specified by:
getDescriptorin interfaceDescribable<CVSSCM.TagAction>
-
isTagged
public boolean isTagged()Deprecated.- Specified by:
isTaggedin classAbstractScmTagAction
-
readResolve
public Object readResolve() throws IllegalArgumentException, SecurityException, IllegalAccessException, NoSuchFieldExceptionDeprecated.Convert the old TagAction structure into the new (legacy) structure- Returns:
- an instance of LegacyTagAction
- Throws:
NoSuchFieldExceptionIllegalAccessExceptionSecurityExceptionIllegalArgumentException
-