Uses of Class
com.atlassian.bamboo.rest.model.agent.RestBuildAgent
-
Packages that use RestBuildAgent Package Description com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.rest.model.agent -
-
Uses of RestBuildAgent in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestBuildAgent Modifier and Type Method Description List<RestBuildAgent>
AgentResource. getAgents(Boolean online)
List<RestBuildAgent>
AgentResource. getRemoteAgents(Boolean online)
-
Uses of RestBuildAgent in com.atlassian.bamboo.rest.model.agent
Fields in com.atlassian.bamboo.rest.model.agent declared as RestBuildAgent Modifier and Type Field Description protected RestBuildAgent
RestAgentInformation. general
Methods in com.atlassian.bamboo.rest.model.agent that return RestBuildAgent Modifier and Type Method Description RestBuildAgent
RestAgentInformation. getGeneral()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type RestBuildAgent Modifier and Type Method Description void
RestAgentInformation. setGeneral(RestBuildAgent general)
Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestBuildAgent Constructor Description RestAgentInformation(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)
-