hudson.plugins.bazaar
Class BazaarTagAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.TaskAction
          extended by hudson.scm.AbstractScmTagAction
              extended by hudson.plugins.bazaar.BazaarTagAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.Describable<BazaarTagAction>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class BazaarTagAction
extends hudson.scm.AbstractScmTagAction
implements hudson.model.Describable<BazaarTagAction>


Nested Class Summary
static class BazaarTagAction.BazaarRevision
           
static class BazaarTagAction.DescriptorImpl
           
 
Field Summary
static BazaarTagAction.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.scm.AbstractScmTagAction
build
 
Fields inherited from class hudson.model.TaskAction
log, workerThread
 
Constructor Summary
protected BazaarTagAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 void doDelete(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 hudson.model.Descriptor<BazaarTagAction> getDescriptor()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.util.List<BazaarTagAction.BazaarRevision> getRevisions()
           
 boolean hasRevisions()
           
 boolean isTagged()
           
 
Methods inherited from class hudson.scm.AbstractScmTagAction
chooseAction, doIndex, getACL, getBuild, getPermission, getTooltip, 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
 

Field Detail

DESCRIPTOR

@Extension
public static final BazaarTagAction.DescriptorImpl DESCRIPTOR
Constructor Detail

BazaarTagAction

protected BazaarTagAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

isTagged

public boolean isTagged()
Specified by:
isTagged in class hudson.scm.AbstractScmTagAction

getRevisions

public java.util.List<BazaarTagAction.BazaarRevision> getRevisions()

hasRevisions

public boolean hasRevisions()

doSubmit

public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse rsp)
              throws java.io.IOException,
                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

doDelete

public void doDelete(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse rsp)
              throws java.io.IOException,
                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

getDescriptor

public hudson.model.Descriptor<BazaarTagAction> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BazaarTagAction>


Copyright © 2011. All Rights Reserved.