java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionWork

public class RssDetectionWork extends Object
An internal representation of a single work unit for the Bamboo Specs detection thread pool.
  • Constructor Details

    • RssDetectionWork

      public RssDetectionWork(long repositoryId, @NotNull @NotNull VcsBranch vcsBranch, boolean forced, @NotNull @NotNull SpecsConsumer specsConsumer)
  • Method Details

    • getRepositoryId

      public long getRepositoryId()
    • getVcsBranch

      @NotNull public @NotNull VcsBranch getVcsBranch()
    • getSpecsConsumer

      @NotNull public @NotNull SpecsConsumer getSpecsConsumer()
    • isForced

      public boolean isForced()
    • isCompleted

      public boolean isCompleted()
    • setCompleted

      public void setCompleted(boolean completed)
    • isSpecsExecuted

      public boolean isSpecsExecuted()
    • setSpecsExecuted

      public void setSpecsExecuted(boolean specsExecuted)
    • getExecutionException

      @Nullable public @Nullable Exception getExecutionException()
    • setExecutionException

      public void setExecutionException(@Nullable @Nullable Exception executionException)
    • enforce

      public void enforce()
    • toString

      public String toString()
      Overrides:
      toString in class Object