Package hudson.plugins.repo
Class TagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
hudson.plugins.repo.TagAction
- All Implemented Interfaces:
Action,BuildBadgeAction,ModelObject,SearchableModelObject,SearchItem,RunAction2
@Deprecated
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class TagAction
extends AbstractScmTagAction
Deprecated.
A Tag Action allows a user to tag a build. Repo doesn't support a solid tag
method, so right now we just display the static manifest information needed
to recreate the exact state of the repository when the build was ran.
-
Field Summary
Fields inherited from class hudson.scm.AbstractScmTagAction
buildFields inherited from class hudson.model.TaskAction
log, workerThread -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the display name to use for the tag action.Deprecated.Returns the filename to use as the badge.Deprecated.Gets a String representation of the static manifest for this repo snapshot.Deprecated.booleanisTagged()Deprecated.voidonAttached(Run<?, ?> r) Deprecated.Methods inherited from class hudson.scm.AbstractScmTagAction
chooseAction, doIndex, doIndex, getACL, getBuild, getPermission, getRun, getUrlName, 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, sendErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.search.SearchItem
getSearchIcon
-
Method Details
-
getIconFileName
Deprecated.Returns the filename to use as the badge. Called by the default badge jelly file.- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classTaskAction
-
getDisplayName
Deprecated.Returns the display name to use for the tag action. Called by the default badge jelly file. -
getTooltip
Deprecated.- Overrides:
getTooltipin classAbstractScmTagAction
-
isTagged
public boolean isTagged()Deprecated.- Specified by:
isTaggedin classAbstractScmTagAction
-
getManifest
Deprecated.Gets a String representation of the static manifest for this repo snapshot. -
onAttached
Deprecated.- Specified by:
onAttachedin interfaceRunAction2- Overrides:
onAttachedin classAbstractScmTagAction
-
ManifestActionJENKINS-59923