@Extension public class WavefrontManagement extends hudson.model.ManagementLink implements org.kohsuke.stapler.StaplerProxy, hudson.model.Describable<WavefrontManagement>, hudson.model.Saveable
| Modifier and Type | Class and Description |
|---|---|
static class |
WavefrontManagement.DescriptorImpl
Descriptor is only used for UI form bindings.
|
| Constructor and Description |
|---|
WavefrontManagement() |
WavefrontManagement(String proxyHostname) |
public WavefrontManagement()
throws IOException
IOException@DataBoundConstructor public WavefrontManagement(String proxyHostname) throws IOException
IOExceptionpublic String getProxyHostname()
public void setProxyHostname(String proxyHostname)
public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLinkpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getDescription()
getDescription in class hudson.model.ManagementLinkpublic void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException,
InterruptedException
req - StaplerRequestrsp - StaplerResponsejavax.servlet.ServletException - if something unfortunate happens.IOException - if something unfortunate happens.InterruptedExceptionpublic void save()
throws IOException
save in interface hudson.model.SaveableIOExceptionpublic static WavefrontManagement get()
public WavefrontManagement.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<WavefrontManagement>public hudson.XmlFile getConfigXml()
protected String getXmlFileName()
public int getProxyPort()
public void setProxyPort(int proxyPort)
public int getFlushInterval()
public void setFlushInterval(int flushInterval)
public String getMetricsPrefixName()
public void setMetricsPrefixName(String metricsPrefixName)
public String getJobMetricsPrefixName()
public void setJobMetricsPrefixName(String jobMetricsPrefixName)
public boolean isEnableSendingJunitReportDataForAllJobs()
public void setEnableSendingJunitReportDataForAllJobs(boolean enableSendingJunitReportDataForAllJobs)
public boolean isEnableSendingJacocoReportDataForAllJobs()
public void setEnableSendingJacocoReportDataForAllJobs(boolean enableSendingJacocoReportDataForAllJobs)
public Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic void load()
Copyright © 2016–2020. All rights reserved.