Interface PostJobDescriptor

    • 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.