@ExportedBean
public class GitHubIssueJobProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubIssueJobProperty.GitHubIssueJobPropertyDescriptor
Descriptor for the
GitHubIssueJobProperty. |
| Constructor and Description |
|---|
GitHubIssueJobProperty(int issueNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIssueNumber() |
static GitHubIssueJobProperty |
getOrCreateForJob(hudson.model.Job<?,?> job)
Gets the
GitHubIssueJobProperty for the specified job. |
void |
setIssueNumber(int issueNumber) |
@DataBoundConstructor public GitHubIssueJobProperty(int issueNumber)
public int getIssueNumber()
public void setIssueNumber(int issueNumber)
public static GitHubIssueJobProperty getOrCreateForJob(hudson.model.Job<?,?> job) throws IOException
GitHubIssueJobProperty for the specified job. If the job does not yet have this property,
creates a new instancejob - Jenkins jobs to get the GitHubIssueJobProperty forIOException - If there is an error getting the propertyCopyright © 2016. All rights reserved.