Skip navigation links
A C D E F G I L O P S 

A

acceptsMacroName(String) - Method in class org.jenkinsci.plugins.githubissues.OutputTokenMacro
 

C

configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
 
createIssue(Run<?, ?>, GitHubIssueNotifier, GHRepository, TaskListener, FilePath) - Static method in class org.jenkinsci.plugins.githubissues.IssueCreator
Creates a GitHub issue for a failing build

D

DescriptorImpl() - Constructor for class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
 

E

evaluate(AbstractBuild<?, ?>, TaskListener, String) - Method in class org.jenkinsci.plugins.githubissues.OutputTokenMacro
 

F

formatText(String, Run<?, ?>, TaskListener, FilePath) - Static method in class org.jenkinsci.plugins.githubissues.IssueCreator
Formats text for a GitHub issue, replacing placeholders like {NAME} and {URL}.

G

getDescriptor() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
getDisplayName() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
 
getIconFileName() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
getIssueBody() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
Body of the issue to create on GitHub
getIssueBody() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Returns the issue body.
getIssueLabel() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
Label to use for the issues created on GitHub.
getIssueLabel() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Returns the issue label.
getIssueNumber() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
getIssueRepo() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
An alternative repo to report the issues.
getIssueTitle() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
Title of the issue to create on GitHub
getIssueTitle() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Returns the issue title.
getIssueUrl() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
getRepoForRun(Run<?, ?>) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Gets the GitHub repository for the specified job.
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
getUrlName() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
GitHubIssueAction - Class in org.jenkinsci.plugins.githubissues
 
GitHubIssueAction(GHIssue, GitHubIssueAction.TransitionAction) - Constructor for class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
GitHubIssueNotifier - Class in org.jenkinsci.plugins.githubissues
Notifier that creates GitHub issues when builds fail, and automatically closes the issue once the build starts passing again.
GitHubIssueNotifier() - Constructor for class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Initialises the GitHubIssueNotifier instance.
GitHubIssueNotifier(String, String, String, String, boolean, boolean) - Constructor for class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Initialises the GitHubIssueNotifier instance.
GitHubIssueNotifier.DescriptorImpl - Class in org.jenkinsci.plugins.githubissues
 
GitHubRepositoryException - Exception in org.jenkinsci.plugins.githubissues.exceptions
Exception thrown when we fail to load the GitHub repository details for a project.
GitHubRepositoryException(String) - Constructor for exception org.jenkinsci.plugins.githubissues.exceptions.GitHubRepositoryException
 
GitHubRepositoryException(String, Throwable) - Constructor for exception org.jenkinsci.plugins.githubissues.exceptions.GitHubRepositoryException
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier.DescriptorImpl
 
isClosed() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
isContinued() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
isIssueAppend() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Flag to switch between commenting an issue on continuous failure or just on first failure.
isIssueReopen() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
Flag to switch between reopening an existing issue or creating a new one.
isOpened() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
isReopened() - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueAction
 
IssueCreator - Class in org.jenkinsci.plugins.githubissues
Handles creating GitHub issues.
IssueCreator() - Constructor for class org.jenkinsci.plugins.githubissues.IssueCreator
 

L

lines - Variable in class org.jenkinsci.plugins.githubissues.OutputTokenMacro
Number of lines to display

O

org.jenkinsci.plugins.githubissues - package org.jenkinsci.plugins.githubissues
 
org.jenkinsci.plugins.githubissues.exceptions - package org.jenkinsci.plugins.githubissues.exceptions
 
OutputTokenMacro - Class in org.jenkinsci.plugins.githubissues
Token that returns build output.
OutputTokenMacro() - Constructor for class org.jenkinsci.plugins.githubissues.OutputTokenMacro
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 

S

setIssueAppend(boolean) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
setIssueBody(String) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
setIssueLabel(String) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
setIssueReopen(boolean) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
setIssueRepo(String) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
setIssueTitle(String) - Method in class org.jenkinsci.plugins.githubissues.GitHubIssueNotifier
 
A C D E F G I L O P S 
Skip navigation links

Copyright © 2016–2017. All rights reserved.