Class RssDetectionWork


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

      • RssDetectionWork

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

      • 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()