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
build
Fields inherited from class hudson.model.TaskAction
log, workerThread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.boolean
isTagged()
Deprecated.Deprecated.Convert the old TagAction structure into the new (legacy) structureMethods 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
-
TagAction
Deprecated.
-
-
Method Details
-
getIconFileName
Deprecated.- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classTaskAction
-
getDisplayName
Deprecated.- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getDescriptor
Deprecated.- Specified by:
getDescriptor
in interfaceDescribable<CVSSCM.TagAction>
-
isTagged
public boolean isTagged()Deprecated.- Specified by:
isTagged
in 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:
NoSuchFieldException
IllegalAccessException
SecurityException
IllegalArgumentException
-