public class EasyQAPluginProperties
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
EasyQAPluginProperties.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static EasyQAPluginProperties.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
EasyQAPluginProperties(String siteName,
boolean pluginEnabled,
EasyQABuildFailureMode failureMode) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.JobPropertyDescriptor |
getDescriptor() |
EasyQASite |
getSite() |
void |
setPluginEnabled(boolean pluginEnabled) |
@Extension public static final EasyQAPluginProperties.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public EasyQAPluginProperties(String siteName, boolean pluginEnabled, EasyQABuildFailureMode failureMode)
public hudson.model.JobPropertyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>public void setPluginEnabled(boolean pluginEnabled)
public EasyQASite getSite()
Copyright © 2016–2017. All rights reserved.