Package hudson.plugins.jira
Class JiraProjectProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- hudson.plugins.jira.JiraProjectProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class JiraProjectProperty extends JobProperty<Job<?,?>>
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JiraProjectProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description String
siteName
Used to findJiraSite
.-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description JiraProjectProperty(String siteName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JiraSite
getSite()
Gets theJiraSite
that this project belongs to.-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-
-
-
Field Detail
-
siteName
public final String siteName
Used to findJiraSite
. MatchesJiraSite.getName()
. Always non-null (but beware that this value might become stale if the system config is changed.)
-
-
Constructor Detail
-
JiraProjectProperty
@DataBoundConstructor public JiraProjectProperty(String siteName)
-
-