public class WavefrontJobProperty<T extends hudson.model.Job<?,?>>
extends hudson.model.JobProperty<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
WavefrontJobProperty.WavefrontJobPropertyDescriptorImpl |
| Constructor and Description |
|---|
WavefrontJobProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobParameters() |
boolean |
isEnableSendingJacocoReportData() |
boolean |
isEnableSendingJobParameters() |
boolean |
isEnableSendingJunitReportData() |
hudson.model.JobProperty<?> |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
This method is called whenever the Job form is saved.
|
void |
setEnableSendingJacocoReportData(boolean enableSendingJacocoReportData) |
void |
setEnableSendingJobParameters(boolean enableSendingJobParameters) |
void |
setEnableSendingJunitReportData(boolean enableSendingJunitReportData) |
void |
setJobParameters(String jobParameters) |
public boolean isEnableSendingJunitReportData()
@DataBoundSetter public void setEnableSendingJunitReportData(boolean enableSendingJunitReportData)
enableSendingJunitReportData - - The configured checkbox in the job configurationpublic boolean isEnableSendingJacocoReportData()
@DataBoundSetter public void setEnableSendingJacocoReportData(boolean enableSendingJacocoReportData)
enableSendingJacocoReportData - - The configured checkbox in the job configurationpublic boolean isEnableSendingJobParameters()
@DataBoundSetter public void setEnableSendingJobParameters(boolean enableSendingJobParameters)
enableSendingJobParameters - - The configured checkbox in the job configurationpublic String getJobParameters()
@DataBoundSetter public void setJobParameters(String jobParameters)
jobParameters - - The configured textarea in the job configurationpublic hudson.model.JobProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req,
@Nonnull
net.sf.json.JSONObject form)
throws hudson.model.Descriptor.FormException
reconfigure in interface hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>reconfigure in class hudson.model.JobProperty<T extends hudson.model.Job<?,?>>req - - The requestform - - A JSONObject containing the submitted form data from the job configurationJobProperty object representing the tagging added to the jobhudson.model.Descriptor.FormException - if querying of form throws an errorCopyright © 2016–2021. All rights reserved.