Uses of Class
me.julb.applications.github.actions.LabelDTO
Packages that use LabelDTO
-
Uses of LabelDTO in me.julb.applications.github.actions
Methods in me.julb.applications.github.actions that return types with arguments of type LabelDTOModifier and TypeMethodDescriptionManageLabelGitHubAction.getInputLabels
(@NonNull String[] labelSources) Gets allGHLabel
present in the repository.Methods in me.julb.applications.github.actions with parameters of type LabelDTOMethod parameters in me.julb.applications.github.actions with type arguments of type LabelDTOModifier and TypeMethodDescription(package private) void
ManageLabelGitHubAction.createLabels
(@NonNull Collection<LabelDTO> labelsToCreate) Create the given labels in the repository.(package private) void
ManageLabelGitHubAction.updateLabels
(@NonNull Map<LabelDTO, org.kohsuke.github.GHLabel> labelsToUpdate) Updates the given labels in the repository.