Class RssDetectionWork
java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionWork
An internal representation of a single work unit for the Bamboo Specs detection thread pool.
-
Constructor Summary
ConstructorDescriptionRssDetectionWork
(long repositoryId, @NotNull VcsBranch vcsBranch, boolean forced, @NotNull SpecsConsumer specsConsumer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
enforce()
@Nullable Exception
long
@NotNull SpecsConsumer
@NotNull VcsBranch
boolean
boolean
isForced()
boolean
void
setCompleted
(boolean completed) void
setExecutionException
(@Nullable Exception executionException) void
setSpecsExecuted
(boolean specsExecuted) toString()
-
Constructor Details
-
RssDetectionWork
public RssDetectionWork(long repositoryId, @NotNull @NotNull VcsBranch vcsBranch, boolean forced, @NotNull @NotNull SpecsConsumer specsConsumer)
-
-
Method Details
-
getRepositoryId
public long getRepositoryId() -
getVcsBranch
-
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
-
setExecutionException
-
enforce
public void enforce() -
toString
-