public class RedmineProjectProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
AbstractProject that stores the associated Redmine website URL.| Modifier and Type | Class and Description |
|---|---|
static class |
RedmineProjectProperty.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static RedmineProjectProperty.DescriptorImpl |
DESCRIPTOR |
String |
projectName
actually a project identifier - project names in Redmine can have spaces
|
| Constructor and Description |
|---|
RedmineProjectProperty(String redmineWebsiteName,
String projectName) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.JobPropertyDescriptor |
getDescriptor() |
Collection<? extends hudson.model.Action> |
getJobActions(hudson.model.AbstractProject<?,?> job) |
RedmineWebsiteConfig |
getRedmineWebsite() |
public final String projectName
@Extension public static final RedmineProjectProperty.DescriptorImpl DESCRIPTOR
public Collection<? extends hudson.model.Action> getJobActions(hudson.model.AbstractProject<?,?> job)
getJobActions in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>public RedmineWebsiteConfig getRedmineWebsite()
public hudson.model.JobPropertyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>Copyright © 2004-2017. All Rights Reserved.