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 allGHLabelpresent 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) voidManageLabelGitHubAction.createLabels(@NonNull Collection<LabelDTO> labelsToCreate) Create the given labels in the repository.(package private) voidManageLabelGitHubAction.updateLabels(@NonNull Map<LabelDTO, org.kohsuke.github.GHLabel> labelsToUpdate) Updates the given labels in the repository.