Interface SetWaitReasonCallback
-
public interface SetWaitReasonCallbackFunctional interface for a strategy used to set wait reason during queue flush
-
-
Field Summary
Fields Modifier and Type Field Description static SetWaitReasonCallbackNO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwaitReasonSet(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-
-
-