Class PromotionConfig

java.lang.Object
org.artifactory.build.promotion.PromotionConfig
All Implemented Interfaces:
Serializable

public class PromotionConfig extends Object implements Serializable
Author:
Noam Y. Tenne
See Also:
  • Constructor Details

    • PromotionConfig

      public PromotionConfig(@Nonnull String targetRepository)
    • PromotionConfig

      public PromotionConfig()
  • Method Details

    • getTargetRepository

      @Nullable public String getTargetRepository()
    • setTargetRepository

      public void setTargetRepository(@Nonnull String targetRepository)
    • getComment

      @Nullable public String getComment()
    • setComment

      public void setComment(@Nullable String comment)
    • getStatus

      @Nullable public String getStatus()
    • setStatus

      public void setStatus(@Nullable String status)