Class WavefrontManagement
- java.lang.Object
- 
- hudson.model.ManagementLink
- 
- com.vmware.devops.plugins.wavefront.WavefrontManagement
 
 
- 
- All Implemented Interfaces:
- ExtensionPoint,- Action,- Describable<WavefrontManagement>,- ModelObject,- Saveable,- org.kohsuke.stapler.StaplerProxy
 
 @Extension public class WavefrontManagement extends ManagementLink implements org.kohsuke.stapler.StaplerProxy, Describable<WavefrontManagement>, Saveable Wavefront page under "Manage Jenkins" page.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWavefrontManagement.DescriptorImplDescriptor is only used for UI form bindings.- 
Nested classes/interfaces inherited from class hudson.model.ManagementLinkManagementLink.Category
 - 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 
- 
 - 
Field Summary- 
Fields inherited from class hudson.model.ManagementLinkLIST
 
- 
 - 
Constructor SummaryConstructors Constructor Description WavefrontManagement()WavefrontManagement(String proxyHostname)
 - 
Method Summary- 
Methods inherited from class hudson.model.ManagementLinkall, getCategory, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
 
- 
 
- 
- 
- 
Constructor Detail- 
WavefrontManagementpublic WavefrontManagement() throws IOException- Throws:
- IOException
 
 - 
WavefrontManagement@DataBoundConstructor public WavefrontManagement(String proxyHostname) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
getProxyHostnamepublic String getProxyHostname() 
 - 
setProxyHostnamepublic void setProxyHostname(String proxyHostname) 
 - 
getIconFileNamepublic String getIconFileName() - Specified by:
- getIconFileNamein interface- Action
- Specified by:
- getIconFileNamein class- ManagementLink
 
 - 
getUrlNamepublic String getUrlName() - Specified by:
- getUrlNamein interface- Action
- Specified by:
- getUrlNamein class- ManagementLink
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- Action
- Specified by:
- getDisplayNamein interface- ModelObject
 
 - 
getDescriptionpublic String getDescription() - Overrides:
- getDescriptionin class- ManagementLink
 
 - 
doConfigSubmitpublic void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws javax.servlet.ServletException, IOException, InterruptedExceptionSaves the form to the configuration and disk.- Parameters:
- req- StaplerRequest
- rsp- StaplerResponse
- Throws:
- javax.servlet.ServletException- if something unfortunate happens.
- IOException- if something unfortunate happens.
- InterruptedException
 
 - 
savepublic void save() throws IOException- Specified by:
- savein interface- Saveable
- Throws:
- IOException
 
 - 
getpublic static WavefrontManagement get() 
 - 
getDescriptorpublic WavefrontManagement.DescriptorImpl getDescriptor() - Specified by:
- getDescriptorin interface- Describable<WavefrontManagement>
 
 - 
getConfigXmlpublic XmlFile getConfigXml() 
 - 
getXmlFileNameprotected String getXmlFileName() 
 - 
getProxyPortpublic int getProxyPort() 
 - 
setProxyPortpublic void setProxyPort(int proxyPort) 
 - 
getFlushIntervalpublic int getFlushInterval() 
 - 
setFlushIntervalpublic void setFlushInterval(int flushInterval) 
 - 
getMetricsPrefixNamepublic String getMetricsPrefixName() 
 - 
setMetricsPrefixNamepublic void setMetricsPrefixName(String metricsPrefixName) 
 - 
getJobMetricsPrefixNamepublic String getJobMetricsPrefixName() 
 - 
setJobMetricsPrefixNamepublic void setJobMetricsPrefixName(String jobMetricsPrefixName) 
 - 
isEnableSendingJunitReportDataForAllJobspublic boolean isEnableSendingJunitReportDataForAllJobs() 
 - 
setEnableSendingJunitReportDataForAllJobspublic void setEnableSendingJunitReportDataForAllJobs(boolean enableSendingJunitReportDataForAllJobs) 
 - 
isEnableSendingJacocoReportDataForAllJobspublic boolean isEnableSendingJacocoReportDataForAllJobs() 
 - 
setEnableSendingJacocoReportDataForAllJobspublic void setEnableSendingJacocoReportDataForAllJobs(boolean enableSendingJacocoReportDataForAllJobs) 
 - 
isEnableSendingParametersAsTagsForAllJobspublic boolean isEnableSendingParametersAsTagsForAllJobs() 
 - 
setEnableSendingParametersAsTagsForAllJobspublic void setEnableSendingParametersAsTagsForAllJobs(boolean enableSendingParametersAsTagsForAllJobs) 
 - 
getTargetpublic Object getTarget() - Specified by:
- getTargetin interface- org.kohsuke.stapler.StaplerProxy
 
 - 
loadpublic void load() 
 
- 
 
-