Index

A C D E G H L M N U 
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

compareTo(LabelDTO) - Method in class me.julb.applications.github.actions.LabelDTO
connectApi() - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Connects to GitHub API.
createLabels(Collection<LabelDTO>) - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Create the given labels in the repository.

D

deleteLabels(Collection<GHLabel>) - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Deletes the given labels from the repository.

E

equals(Object) - Method in class me.julb.applications.github.actions.LabelDTO
execute() - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction

G

getGHLabels() - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Gets all GHLabel present in the repository.
getInputFrom() - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Gets the "from" input.
getInputLabels(String[]) - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Gets all GHLabel present in the repository.
getInputSkipDelete() - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Gets the "skip_delete" input.
getInputStream(String) - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Gets the input stream according to the given source.

H

hashCode() - Method in class me.julb.applications.github.actions.LabelDTO

L

LabelDTO - Class in me.julb.applications.github.actions
The label imported from specified source.
LabelDTO() - Constructor for class me.julb.applications.github.actions.LabelDTO
 

M

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

N

nameLowerCase() - Method in class me.julb.applications.github.actions.LabelDTO
A method to use the lower-cased name for Object.equals(Object) and Object.hashCode().

U

updateLabels(Map<LabelDTO, GHLabel>) - Method in class me.julb.applications.github.actions.ManageLabelGitHubAction
Updates the given labels in the repository.
A C D E G H L M N U 
All Classes and Interfaces|All Packages