Interface SetWaitReasonCallback
-
public interface SetWaitReasonCallback
Functional interface for a strategy used to set wait reason during queue flush
-
-
Field Summary
Fields Modifier and Type Field Description static SetWaitReasonCallback
NO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
waitReasonSet(QueuedBuildInfo queuedBuildInfo, WaitReason waitReason)
Will be called by distributor when a WaitReason is set for a QueuedBuild
-
-
-
Field Detail
-
NO_OP
static final SetWaitReasonCallback NO_OP
-
-
Method Detail
-
waitReasonSet
void waitReasonSet(@NotNull QueuedBuildInfo queuedBuildInfo, @NotNull WaitReason waitReason)
Will be called by distributor when a WaitReason is set for a QueuedBuild- Parameters:
queuedBuildInfo
-waitReason
-
-
-