Uses of Class
com.atlassian.bamboo.rest.model.agent.RestExecutableJobList
Packages that use RestExecutableJobList
-
Uses of RestExecutableJobList in com.atlassian.bamboo.rest.model.agent
Fields in com.atlassian.bamboo.rest.model.agent declared as RestExecutableJobListModifier and TypeFieldDescriptionprotected RestExecutableJobList
RestAgentInformation.executableJobs
Methods in com.atlassian.bamboo.rest.model.agent that return RestExecutableJobListModifier and TypeMethodDescriptionRestAgentInformation.getExecutableJobs()
RestAgentInformation.getRestAgentExecutableJobs()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableJobListModifier and TypeMethodDescriptionvoid
RestAgentInformation.setRestAgentExecutableJobs
(RestExecutableJobList restAgentExecutableJobs) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableJobListModifierConstructorDescriptionRestAgentInformation
(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)