Uses of Class
com.atlassian.bamboo.configuration.SystemInfo
Packages that use SystemInfo
Package
Description
-
Uses of SystemInfo in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type SystemInfoModifier and TypeMethodDescriptionRemoteAgentManager.updateRemoteAgentStatus(@NotNull Long agentId, @Nullable UUID uuid, @NotNull AgentStatus status, @NotNull SystemInfo systemInfo) Updates theBuildAgent's status representing a remote agent on the local server.RemoteAgentManagerImpl.updateRemoteAgentStatus(@NotNull Long agentId, @Nullable UUID uuid, @NotNull AgentStatus newStatus, @NotNull SystemInfo systemInfo) -
Uses of SystemInfo in com.atlassian.bamboo.configuration
Subclasses of SystemInfo in com.atlassian.bamboo.configurationModifier and TypeClassDescriptionclassPOJO for presenting the system runtime information.Methods in com.atlassian.bamboo.configuration that return SystemInfoModifier and TypeMethodDescriptionSystemInfoAction.getSystemInfo()Provide the GUI with the system infofinal SystemInfoSystemInfoFactory.getSystemInfo()Methods in com.atlassian.bamboo.configuration with parameters of type SystemInfo -
Uses of SystemInfo in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return SystemInfoMethods in com.atlassian.bamboo.configuration.agent with parameters of type SystemInfo -
Uses of SystemInfo in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent that return SystemInfoModifier and TypeMethodDescriptionstatic @Nullable SystemInfoBuildAgentFunctions.getSystemInfo(BuildAgent agent) @Nullable SystemInfoBuildAgentImpl.getSystemInfo()HasSystemInfo.getSystemInfo()Gets the system info, which may benullif not yet initialized.Methods in com.atlassian.bamboo.v2.build.agent with parameters of type SystemInfo -
Uses of SystemInfo in com.atlassian.bamboo.v2.build.agent.messages
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type SystemInfoModifierConstructorDescriptionUpdateHeartbeatMessage(@NotNull Long agentId, @NotNull AgentStatus status, @NotNull SystemInfo systemInfo, @Nullable UUID uuid) -
Uses of SystemInfo in com.atlassian.bamboo.v2.build.agent.remote.heartbeat
Methods in com.atlassian.bamboo.v2.build.agent.remote.heartbeat with parameters of type SystemInfo -
Uses of SystemInfo in com.atlassian.bamboo.ww2.actions.setup
Methods in com.atlassian.bamboo.ww2.actions.setup that return SystemInfo