public class ApplitoolsProjectConfigProperty extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ApplitoolsProjectConfigProperty.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static ApplitoolsProjectConfigProperty.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
ApplitoolsProjectConfigProperty(String serverURL,
boolean notifyByCompletion,
String applitoolsApiKey) |
Modifier and Type | Method and Description |
---|---|
String |
getApplitoolsApiKey() |
hudson.model.JobPropertyDescriptor |
getDescriptor() |
boolean |
getNotifyByCompletion() |
String |
getServerURL() |
void |
setApplitoolsApiKey(String value) |
void |
setNotifyByCompletion(boolean value) |
void |
setServerURL(String serverURL) |
@Extension public static final ApplitoolsProjectConfigProperty.DescriptorImpl DESCRIPTOR
public String getApplitoolsApiKey()
public void setApplitoolsApiKey(String value)
public String getServerURL()
public void setServerURL(String serverURL)
public boolean getNotifyByCompletion()
public void setNotifyByCompletion(boolean value)
public hudson.model.JobPropertyDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
getDescriptor
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2016–2021. All rights reserved.