Uses of Class
com.atlassian.bamboo.configuration.SystemInfo
-
-
Uses of SystemInfo in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type SystemInfo Modifier and Type Method Description AgentHeartBeatInfo
RemoteAgentManager. 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.AgentHeartBeatInfo
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.configuration Modifier and Type Class Description class
SystemInfoImpl
POJO for presenting the system runtime information.Methods in com.atlassian.bamboo.configuration that return SystemInfo Modifier and Type Method Description SystemInfo
SystemInfoAction. getSystemInfo()
Provide the GUI with the system infoSystemInfo
SystemInfoFactory. getSystemInfo()
Methods in com.atlassian.bamboo.configuration with parameters of type SystemInfo Modifier and Type Method Description void
SystemInfoAction. setSystemInfo(SystemInfo systemInfo)
-
Uses of SystemInfo in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return SystemInfo Modifier and Type Method Description SystemInfo
ViewAgent. getSystemInfo()
Methods in com.atlassian.bamboo.configuration.agent with parameters of type SystemInfo Modifier and Type Method Description void
ViewAgent. setSystemInfo(SystemInfo systemInfo)
-
Uses of SystemInfo in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent that return SystemInfo Modifier and Type Method Description static @Nullable SystemInfo
BuildAgentFunctions. getSystemInfo(BuildAgent agent)
@Nullable SystemInfo
BuildAgentImpl. getSystemInfo()
SystemInfo
HasSystemInfo. getSystemInfo()
Gets the system info, which may benull
if not yet initialized.Methods in com.atlassian.bamboo.v2.build.agent with parameters of type SystemInfo Modifier and Type Method Description void
BuildAgentImpl. setSystemInfo(SystemInfo 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 SystemInfo Constructor Description UpdateHeartbeatMessage(@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 Modifier and Type Method Description void
AgentHeartBeatJob. setSystemInfo(SystemInfo systemInfo)
-
Uses of SystemInfo in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type SystemInfo Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-
Uses of SystemInfo in com.atlassian.bamboo.ww2.actions.setup
Methods in com.atlassian.bamboo.ww2.actions.setup that return SystemInfo Modifier and Type Method Description SystemInfo
SetupAdminUserAction. getSystemInfo()
-