public class TagAction
extends hudson.scm.AbstractScmTagAction
Constructor and Description |
---|
TagAction(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
void |
doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
int |
getChange() |
String |
getDisplayName() |
String |
getIconFileName() |
com.perforce.p4java.impl.generic.core.Label |
getLabel(String tag) |
List<String> |
getTags() |
boolean |
isTagged() |
void |
labelBuild(String name,
String description) |
void |
setChange(int change) |
void |
setClient(String client) |
void |
setCredential(String credential) |
chooseAction, doIndex, getACL, getBuild, getPermission, getTooltip, getUrlName
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog
public String getIconFileName()
public String getDisplayName()
public boolean isTagged()
isTagged
in class hudson.scm.AbstractScmTagAction
public void doSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Exception, javax.servlet.ServletException
Exception
javax.servlet.ServletException
public void labelBuild(String name, String description) throws Exception
Exception
public void setChange(int change)
public int getChange()
public void setCredential(String credential)
public void setClient(String client)
Copyright © 2004-2014. All Rights Reserved.