Interface PostJobDescriptor


  • public interface PostJobDescriptor
    Describe what a PostJob is doing. Information may be used by the platform to log interesting information or perform some optimization. See PostJob.describe(PostJobDescriptor)
    Since:
    5.2
    • Method Detail

      • name

        PostJobDescriptor name​(java.lang.String postJobName)
        Displayable name of the PostJob. Will be displayed in logs.
      • requireProperty

        PostJobDescriptor requireProperty​(java.lang.String... propertyKey)
        Property this PostJob depends on. Used by the platform to skip execution of the PostJob when property is not set.
      • requireProperties

        PostJobDescriptor requireProperties​(java.lang.String... propertyKeys)
        List properties this PostJob depends on. Used by the platform to skip execution of the PostJob when property is not set.