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,
String linkVisibility,
String stateFieldName,
String fixedValues) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.JobPropertyDescriptor |
getDescriptor() |
String |
getLinkVisibility() |
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 |
setLinkVisibility(String linkVisibility) |
void |
setPluginEnabled(boolean pluginEnabled) |
void |
setRunAsEnabled(boolean runAsEnabled) |
void |
setSiteName(String siteName) |
@Extension public static final YouTrackProjectProperty.DescriptorImpl DESCRIPTOR
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 String getLinkVisibility()
public void setLinkVisibility(String linkVisibility)
public YouTrackSite getSite()
Copyright © 2004-2013. All Rights Reserved.