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 RestExecutableJobListRestAgentInformation.executableJobsMethods 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 TypeMethodDescriptionvoidRestAgentInformation.setRestAgentExecutableJobs(RestExecutableJobList restAgentExecutableJobs) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableJobListModifierConstructorDescriptionRestAgentInformation(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)