A C D E G H I N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCommandDispatcher<C> - Class in io.quarkiverse.githubapp.command.airline.runtime
- AbstractCommandDispatcher(Class<?>, CliConfig) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
- AbstractCommandDispatcher.CommandExecutionContext<C> - Class in io.quarkiverse.githubapp.command.airline.runtime
- AbstractHelpCommand - Class in io.quarkiverse.githubapp.command.airline
- AbstractHelpCommand() - Constructor for class io.quarkiverse.githubapp.command.airline.AbstractHelpCommand
- addMessage() - Method in enum io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- addMessage() - Method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ExecutionErrorStrategy
- AirlineInject - Annotation Type in io.quarkiverse.githubapp.command.airline
-
Used to mark a field of a command class as subject of injection by Airline.
- aliases() - Method in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
-
The aliases of the command.
- ALL - io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- ArcCommandFactory<T> - Class in io.quarkiverse.githubapp.command.airline.runtime
- ArcCommandFactory() - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.ArcCommandFactory
C
- CliConfig - Class in io.quarkiverse.githubapp.command.airline.runtime
- CliConfig(List<String>, CliOptions.ParseErrorStrategy, String, CommandConfig, CommandPermissionConfig, CommandTeamConfig) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- CliConfig(List<String>, CommandConfig, CommandPermissionConfig, CommandTeamConfig) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- CliOptions - Annotation Type in io.quarkiverse.githubapp.command.airline
-
Complement to the
Cli
annotation for Quarkus GitHub App specific options. - CliOptions.ParseErrorStrategy - Enum in io.quarkiverse.githubapp.command.airline
- command - Variable in class io.quarkiverse.githubapp.command.airline.AbstractHelpCommand
- CommandConfig - Class in io.quarkiverse.githubapp.command.airline.runtime
- CommandConfig() - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- CommandConfig(CommandOptions.CommandScope, CommandOptions.ExecutionErrorStrategy, String, CommandOptions.ReactionStrategy) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- CommandExecutionContext(String, C, CommandConfig, GHReaction) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher.CommandExecutionContext
- CommandExecutionException - Exception in io.quarkiverse.githubapp.command.airline.runtime
- CommandExecutionException(String, Exception) - Constructor for exception io.quarkiverse.githubapp.command.airline.runtime.CommandExecutionException
- Commandline - Class in io.quarkiverse.githubapp.command.airline.runtime.util
-
Extracted from Ant - https://github.com/apache/ant with a few adjustments.
- CommandOptions - Annotation Type in io.quarkiverse.githubapp.command.airline
-
Complement to the
Command
annotation for Quarkus GitHub App specific options. - CommandOptions.CommandScope - Enum in io.quarkiverse.githubapp.command.airline
- CommandOptions.ExecutionErrorStrategy - Enum in io.quarkiverse.githubapp.command.airline
- CommandOptions.ReactionStrategy - Enum in io.quarkiverse.githubapp.command.airline
-
Things are a bit specific here: - the command specific option will be honored if possible - if the error happens at a more global level (typically if not able to parse the command), the default command option will be used
- CommandPermissionConfig - Class in io.quarkiverse.githubapp.command.airline.runtime
- CommandPermissionConfig(GHPermissionType) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CommandPermissionConfig
- CommandTeamConfig - Class in io.quarkiverse.githubapp.command.airline.runtime
- CommandTeamConfig(String[]) - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.CommandTeamConfig
- COMMENT_MESSAGE - io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- COMMENT_MESSAGE - io.quarkiverse.githubapp.command.airline.CommandOptions.ExecutionErrorStrategy
- COMMENT_MESSAGE_ERRORS - io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- COMMENT_MESSAGE_HELP - io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- COMMENT_MESSAGE_HELP_ERRORS - io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- createInstance(Class<?>) - Method in class io.quarkiverse.githubapp.command.airline.runtime.ArcCommandFactory
- createReaction(GHEventPayload.IssueComment, ReactionContent) - Static method in class io.quarkiverse.githubapp.command.airline.runtime.util.Reactions
D
- DEFAULT_EXECUTION_ERROR_MESSAGE - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
- DEFAULT_EXECUTION_ERROR_STRATEGY - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
- DEFAULT_PARSE_ERROR_MESSAGE - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
- DEFAULT_PARSE_ERROR_STRATEGY - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
- DEFAULT_REACTION_STRATEGY - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
- DEFAULT_SCOPE - Static variable in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
- defaultCommandOptions() - Method in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
-
Default options applied to all this command set, except if they are overridden at the command level.
- deleteReaction(GHEventPayload.IssueComment, GHReaction) - Static method in class io.quarkiverse.githubapp.command.airline.runtime.util.Reactions
E
- executionErrorMessage() - Method in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
-
The error message when an error occurs executing the command.
- executionErrorStrategy() - Method in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
-
The error strategy when an error occurs executing the command.
G
- getAckReaction() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher.CommandExecutionContext
- getAliases() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getCommand() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher.CommandExecutionContext
- getCommand(GHEventPayload.IssueComment) - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
- getCommandConfig() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher.CommandExecutionContext
- getCommandConfigs() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
- getCommandLine() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher.CommandExecutionContext
- getCommandPermissionConfigs() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
- getCommandTeamConfigs() - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
- getDefaultCommandConfig() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getDefaultCommandPermissionConfig() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getDefaultCommandTeamConfig() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getExecutionErrorMessage() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- getExecutionErrorStrategy() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- getParseErrorMessage() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getParseErrorStrategy() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CliConfig
- getPermission() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandPermissionConfig
- getReactionStrategy() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- getScope() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandConfig
- getTeams() - Method in class io.quarkiverse.githubapp.command.airline.runtime.CommandTeamConfig
- global - Variable in class io.quarkiverse.githubapp.command.airline.AbstractHelpCommand
H
- handleExecutionError(GHEventPayload.IssueComment, AbstractCommandDispatcher.CommandExecutionContext<C>) - Method in class io.quarkiverse.githubapp.command.airline.runtime.AbstractCommandDispatcher
I
- includeErrors() - Method in enum io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- includeHelp() - Method in enum io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- io.quarkiverse.githubapp.command.airline - package io.quarkiverse.githubapp.command.airline
- io.quarkiverse.githubapp.command.airline.runtime - package io.quarkiverse.githubapp.command.airline.runtime
- io.quarkiverse.githubapp.command.airline.runtime.util - package io.quarkiverse.githubapp.command.airline.runtime.util
- isInScope(boolean) - Method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
- ISSUES - io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
- ISSUES_AND_PULL_REQUESTS - io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
N
- NONE - io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
- NONE - io.quarkiverse.githubapp.command.airline.CommandOptions.ExecutionErrorStrategy
- NONE - io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
O
- ON_ERROR - io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- ON_PROGRESS - io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- ON_PROGRESS_ON_ERROR - io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
P
- parseErrorMessage() - Method in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
-
The error message when an error occurs parsing the command.
- parseErrorStrategy() - Method in annotation type io.quarkiverse.githubapp.command.airline.CliOptions
-
The error strategy when an error occurs parsing the command.
- Permission - Annotation Type in io.quarkiverse.githubapp.command.airline
-
Permission required to be authorized to execute the command(s).
- PULL_REQUESTS - io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
R
- reactionOnError() - Method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- reactionOnNormalFlow() - Method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- reactionOnProgress() - Method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
- Reactions - Class in io.quarkiverse.githubapp.command.airline.runtime.util
- Reactions() - Constructor for class io.quarkiverse.githubapp.command.airline.runtime.util.Reactions
- reactionStrategy() - Method in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
-
The reaction strategy used to provide feedback via comment reactions.
- run(GHEventPayload.IssueComment) - Method in class io.quarkiverse.githubapp.command.airline.AbstractHelpCommand
S
- scope() - Method in annotation type io.quarkiverse.githubapp.command.airline.CommandOptions
-
Whether the command should target issues, pull requests or both.
T
- Team - Annotation Type in io.quarkiverse.githubapp.command.airline
-
Team required to be authorized to execute the command(s).
- translateCommandline(String) - Static method in class io.quarkiverse.githubapp.command.airline.runtime.util.Commandline
-
Crack a command line.
V
- value() - Method in annotation type io.quarkiverse.githubapp.command.airline.Permission
- value() - Method in annotation type io.quarkiverse.githubapp.command.airline.Team
-
The slug of the teams (i.e.
- valueOf(String) - Static method in enum io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ExecutionErrorStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkiverse.githubapp.command.airline.CliOptions.ParseErrorStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.CommandScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ExecutionErrorStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkiverse.githubapp.command.airline.CommandOptions.ReactionStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages