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,
boolean silentCommands,
boolean silentLinks,
String executeProjectLimits,
boolean trackCommits,
String project,
String commentText,
YoutrackBuildFailureMode failureMode,
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript commentTextSecure) |
Modifier and Type | Method and Description |
---|---|
hudson.model.JobPropertyDescriptor |
getDescriptor() |
static hudson.model.AutoCompletionCandidates |
getFields(hudson.model.AbstractProject project,
String value) |
static hudson.model.AutoCompletionCandidates |
getPossibleGroups(hudson.model.AbstractProject project,
String value) |
YouTrackSite |
getSite() |
@Extension public static final YouTrackProjectProperty.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public YouTrackProjectProperty(String siteName, boolean pluginEnabled, boolean commentsEnabled, boolean commandsEnabled, boolean runAsEnabled, boolean annotationsEnabled, String linkVisibility, String stateFieldName, String fixedValues, boolean silentCommands, boolean silentLinks, String executeProjectLimits, boolean trackCommits, String project, String commentText, YoutrackBuildFailureMode failureMode, org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript commentTextSecure)
public hudson.model.JobPropertyDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
getDescriptor
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
public static hudson.model.AutoCompletionCandidates getFields(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
public static hudson.model.AutoCompletionCandidates getPossibleGroups(hudson.model.AbstractProject project, String value)
public YouTrackSite getSite()
Copyright © 2016–2019. All rights reserved.