Class CloudImageWarnings
- java.lang.Object
-
- jetbrains.buildServer.clouds.server.serverHealth.CloudImageWarnings
-
public class CloudImageWarnings extends Object
Created by sergeypak on 10/08/16.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudImageWarnings.CloudImageWarningType
-
Constructor Summary
Constructors Constructor Description CloudImageWarnings(BuildAgentManager agentManager, CloudEventDispatcher dispatcher, RunningAgentsTracker agentsTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<CloudImageWarnings.CloudImageWarningType>
getWarnings(AgentTypeKey agentTypeKey)
-
-
-
Constructor Detail
-
CloudImageWarnings
public CloudImageWarnings(BuildAgentManager agentManager, CloudEventDispatcher dispatcher, RunningAgentsTracker agentsTracker)
-
-
Method Detail
-
getWarnings
@NotNull public Set<CloudImageWarnings.CloudImageWarningType> getWarnings(@Nullable AgentTypeKey agentTypeKey)
-
-