@Internal public class ItemDetections extends Object
Constructor and Description |
---|
ItemDetections() |
Modifier and Type | Method and Description |
---|---|
void |
end(PlanKey planKey) |
PlanKey |
getDetectionRequest() |
DetectionQueue |
getQueuedDetections() |
boolean |
queue(PlanKey planKey) |
boolean |
queue(PlanKey planKey,
boolean withTopPriority) |
boolean |
start(PlanKey planKey) |
void |
waitForEnd(PlanKey planKey) |
public boolean queue(@NotNull PlanKey planKey)
public boolean queue(@NotNull PlanKey planKey, boolean withTopPriority)
public PlanKey getDetectionRequest()
public boolean start(@NotNull PlanKey planKey)
public void end(@NotNull PlanKey planKey)
public void waitForEnd(@NotNull PlanKey planKey)
public DetectionQueue getQueuedDetections()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.