public class TagAction
extends hudson.scm.AbstractScmTagAction
Constructor and Description |
---|
TagAction(hudson.model.Run<?,?> run) |
Modifier and Type | Method and Description |
---|---|
void |
doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
P4Revision |
getBuildChange() |
String |
getClient() |
String |
getCredential() |
String |
getDisplayName() |
String |
getIconFileName() |
com.perforce.p4java.impl.generic.core.Label |
getLabel(String tag)
Method used by Jelly code to show Label information (do not remove)
|
String |
getPort() |
String |
getTag() |
List<String> |
getTags() |
String |
getTicket() |
String |
getUser() |
Workspace |
getWorkspace() |
boolean |
isTagged() |
void |
labelBuild(hudson.model.TaskListener listener,
String name,
String description,
hudson.FilePath nodeWorkspace) |
void |
setBuildChange(P4Revision buildChange) |
void |
setCredential(String credential) |
void |
setWorkspace(Workspace workspace) |
chooseAction, doIndex, getACL, getBuild, getPermission, getRun, getTooltip, getUrlName, onAttached, onLoad
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog
public TagAction(hudson.model.Run<?,?> run) throws IOException, InterruptedException
IOException
InterruptedException
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
getIconFileName
in class hudson.model.TaskAction
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(hudson.model.TaskListener listener, String name, String description, hudson.FilePath nodeWorkspace) throws Exception
Exception
public void setBuildChange(P4Revision buildChange)
public P4Revision getBuildChange()
public String getCredential()
public void setCredential(String credential)
public Workspace getWorkspace()
public void setWorkspace(Workspace workspace)
public String getPort()
public String getClient()
public String getUser()
public String getTicket()
public String getTag()
Copyright © 2016. All rights reserved.