Index

A C D E G I K M N O V 
All Classes and Interfaces|All Packages

A

Application - Class in me.julb
The main class to launch the action.
Application() - Constructor for class me.julb.Application
 

C

CLOSED - Enum constant in enum class me.julb.applications.github.actions.InputMilestoneState
The milestone needs to be closed.
connectApi() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Connects to GitHub API.
createGHMilestone(String, GHMilestoneState, Optional<String>, Optional<Date>, Optional<GHMilestone>) - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Creates or updates the GHMilestone if any.

D

DELETED - Enum constant in enum class me.julb.applications.github.actions.InputMilestoneState
The milestone needs to be deleted.
deleteGHMilestone(Optional<GHMilestone>) - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Deletes the GHMilestone if any.

E

execute() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction

G

getGHMilestone(String) - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Gets the GHMilestone milestone matching the given title.
getInputDescription() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Gets the "description" input.
getInputDueOn() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Gets the "due_on" input.
getInputState() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Gets the "state" input.
getInputTitle() - Method in class me.julb.applications.github.actions.ManageMilestoneGitHubAction
Gets the "title" input.

I

InputMilestoneState - Enum Class in me.julb.applications.github.actions
The input milestone state.

K

key() - Method in enum class me.julb.applications.github.actions.OutputVars
Getter for property key.

M

main(String[]) - Static method in class me.julb.Application
Main method.
ManageMilestoneGitHubAction - Class in me.julb.applications.github.actions
The action to manage milestones.
ManageMilestoneGitHubAction() - Constructor for class me.julb.applications.github.actions.ManageMilestoneGitHubAction
 
me.julb - package me.julb
 
me.julb.applications.github.actions - package me.julb.applications.github.actions
 

N

NUMBER - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The milestone number ID.

O

OPEN - Enum constant in enum class me.julb.applications.github.actions.InputMilestoneState
The milestone needs to be open.
OutputVars - Enum Class in me.julb.applications.github.actions
The output variables.

V

valueOf(String) - Static method in enum class me.julb.applications.github.actions.InputMilestoneState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.julb.applications.github.actions.OutputVars
Returns the enum constant of this class with the specified name.
values() - Static method in enum class me.julb.applications.github.actions.InputMilestoneState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.julb.applications.github.actions.OutputVars
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G I K M N O V 
All Classes and Interfaces|All Packages