Class AnnotationProperties

java.lang.Object
me.julb.sdk.github.actions.kit.AnnotationProperties

public class AnnotationProperties extends Object
Optional properties which can be sent with logging commands (notice, error, and warning).
Author:
Julb.
  • Constructor Details

    • AnnotationProperties

      public AnnotationProperties()
  • Method Details

    • toMap

      public Map<String,String> toMap()
      Serializes the properties as a Map.
      Returns:
      the properties as a Map.