hudson.plugins.bazaar
Class BazaarTagAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.scm.AbstractScmTagAction
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>
| 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)
|
| 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 |
DESCRIPTOR
@Extension
public static final BazaarTagAction.DescriptorImpl DESCRIPTOR
BazaarTagAction
protected BazaarTagAction(hudson.model.AbstractBuild<?,?> build)
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.