public class YouTrackProjectProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
YouTrackProjectProperty.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static YouTrackProjectProperty.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
YouTrackProjectProperty(String siteName,
boolean pluginEnabled,
boolean commentsEnabled,
boolean commandsEnabled,
boolean runAsEnabled,
boolean annotationsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.JobPropertyDescriptor |
getDescriptor() |
YouTrackSite |
getSite() |
String |
getSiteName() |
boolean |
isAnnotationsEnabled() |
boolean |
isCommandsEnabled() |
boolean |
isCommentsEnabled() |
boolean |
isPluginEnabled() |
boolean |
isRunAsEnabled() |
void |
setAnnotationsEnabled(boolean annotationsEnabled) |
void |
setCommandsEnabled(boolean commandsEnabled) |
void |
setCommentsEnabled(boolean commentsEnabled) |
void |
setPluginEnabled(boolean pluginEnabled) |
void |
setRunAsEnabled(boolean runAsEnabled) |
void |
setSiteName(String siteName) |
@Extension public static final YouTrackProjectProperty.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public YouTrackProjectProperty(String siteName, boolean pluginEnabled, boolean commentsEnabled, boolean commandsEnabled, boolean runAsEnabled, boolean annotationsEnabled)
public hudson.model.JobPropertyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>public boolean isPluginEnabled()
public void setPluginEnabled(boolean pluginEnabled)
public boolean isCommentsEnabled()
public void setCommentsEnabled(boolean commentsEnabled)
public boolean isCommandsEnabled()
public void setCommandsEnabled(boolean commandsEnabled)
public boolean isRunAsEnabled()
public void setRunAsEnabled(boolean runAsEnabled)
public String getSiteName()
public void setSiteName(String siteName)
public boolean isAnnotationsEnabled()
public void setAnnotationsEnabled(boolean annotationsEnabled)
public YouTrackSite getSite()
Copyright © 2004-2013. All Rights Reserved.