Class AutoCheckoutResolveResults.BuildDecision
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.reports.AutoCheckoutResolveResults.BuildDecision
-
- Enclosing class:
- AutoCheckoutResolveResults
public static final class AutoCheckoutResolveResults.BuildDecision extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBuildId()
List<Integer>
getBuildLogPath()
Indexes of build log messages to the details of auto-checkout decision details.AutoCheckoutModeDecision
getDecision()
AgentCanNotCheckoutReason
getServerCheckoutReason()
-
-
-
Method Detail
-
getBuildId
public long getBuildId()
-
getDecision
@NotNull public AutoCheckoutModeDecision getDecision()
-
getBuildLogPath
@NotNull public List<Integer> getBuildLogPath()
Indexes of build log messages to the details of auto-checkout decision details.
-
getServerCheckoutReason
@Nullable public AgentCanNotCheckoutReason getServerCheckoutReason()
-
-