Uses of Class
com.atlassian.bamboo.rest.model.agent.RestExecutableJobList
-
Packages that use RestExecutableJobList Package Description com.atlassian.bamboo.rest.model.agent -
-
Uses of RestExecutableJobList in com.atlassian.bamboo.rest.model.agent
Fields in com.atlassian.bamboo.rest.model.agent declared as RestExecutableJobList Modifier and Type Field Description protected RestExecutableJobList
RestAgentInformation. executableJobs
Methods in com.atlassian.bamboo.rest.model.agent that return RestExecutableJobList Modifier and Type Method Description RestExecutableJobList
RestAgentInformation. getExecutableJobs()
RestExecutableJobList
RestAgentInformation. getRestAgentExecutableJobs()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableJobList Modifier and Type Method Description void
RestAgentInformation. setRestAgentExecutableJobs(RestExecutableJobList restAgentExecutableJobs)
Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableJobList Constructor Description RestAgentInformation(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)
-