hudson.scm
Class CVSSCM.TagAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.TaskAction
          extended by hudson.scm.AbstractScmTagAction
              extended by hudson.scm.TagAction
                  extended by hudson.scm.CVSSCM.TagAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.Describable<TagAction>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
Enclosing class:
CVSSCM

Deprecated. this class was left for backward compatibility.

@ExportedBean
public final class CVSSCM.TagAction
extends TagAction

See Also:
TagAction

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.TagAction
TagAction.TagActionDescriptor, TagAction.TagWorkerThread
 
Field Summary
 
Fields inherited from class hudson.scm.AbstractScmTagAction
build
 
Fields inherited from class hudson.model.TaskAction
log, workerThread
 
Constructor Summary
CVSSCM.TagAction(hudson.model.AbstractBuild build)
          Deprecated.  
 
Method Summary
 
Methods inherited from class hudson.scm.TagAction
doCheckTag, doSubmit, getDescriptor, getDisplayName, getIconFileName, getPermission, getTagNames, getTooltip, isTagged, perform
 
Methods inherited from class hudson.scm.AbstractScmTagAction
chooseAction, doIndex, getACL, getBuild, getUrlName
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSSCM.TagAction

public CVSSCM.TagAction(hudson.model.AbstractBuild build)
Deprecated. 


Copyright © 2004-2011 Hudson. All Rights Reserved.