public class MdtBuildAction extends Object implements hudson.model.BuildBadgeAction
| Modifier and Type | Class and Description |
|---|---|
static class |
MdtBuildAction.DeployTask |
static class |
MdtBuildAction.Status |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doDeploy() |
void |
doProgressiveLog(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getBadgeIconFileName() |
hudson.model.AbstractBuild<?,?> |
getBuild() |
int |
getBuildNumber() |
String |
getDisplayName() |
String |
getIconFileName() |
boolean |
getIsDeploying() |
String |
getLastDeployLog() |
String |
getMdtServer() |
MdtBuildAction.Status |
getStatus() |
String |
getUrlName() |
boolean |
hasDeployed() |
boolean |
isLogUpdated() |
void |
writeLogTo(org.apache.commons.jelly.XMLOutput out) |
public boolean hasDeployed()
public String getBadgeIconFileName()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic boolean isLogUpdated()
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getMdtServer()
public int getBuildNumber()
public MdtBuildAction.Status getStatus()
public boolean getIsDeploying()
public String getLastDeployLog()
public hudson.model.AbstractBuild<?,?> getBuild()
public void doProgressiveLog(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic org.kohsuke.stapler.HttpResponse doDeploy()
throws IOException
IOExceptionpublic void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.