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.Action
public boolean isLogUpdated()
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public 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
IOException
public org.kohsuke.stapler.HttpResponse doDeploy() throws IOException
IOException
public void writeLogTo(org.apache.commons.jelly.XMLOutput out) throws IOException
IOException
Copyright © 2004-2016. All Rights Reserved.