Uses of Class
me.julb.sdk.github.actions.kit.AnnotationProperties
Packages that use AnnotationProperties
-
Uses of AnnotationProperties in me.julb.sdk.github.actions.kit
Method parameters in me.julb.sdk.github.actions.kit with type arguments of type AnnotationPropertiesModifier and TypeMethodDescriptionvoid
GitHubActionsKit.error
(@NonNull String message, @NonNull Optional<AnnotationProperties> properties) Prints aERROR
message to user log with given annotation properties.void
GitHubActionsKit.notice
(@NonNull String message, @NonNull Optional<AnnotationProperties> properties) Prints aNOTICE
message to user log.void
GitHubActionsKit.warning
(@NonNull String message, @NonNull Optional<AnnotationProperties> properties) Prints aWARNING
message to user log.