Uses of Class
com.atlassian.bamboo.rest.model.agent.RestExecutableEnvironmentList
Packages that use RestExecutableEnvironmentList
-
Uses of RestExecutableEnvironmentList in com.atlassian.bamboo.rest.model.agent
Fields in com.atlassian.bamboo.rest.model.agent declared as RestExecutableEnvironmentListModifier and TypeFieldDescriptionprotected RestExecutableEnvironmentList
RestAgentInformation.executableEnvironments
Methods in com.atlassian.bamboo.rest.model.agent that return RestExecutableEnvironmentListModifier and TypeMethodDescriptionRestAgentInformation.getExecutableEnvironments()
RestAgentInformation.getRestAgentExecutableEnvironments()
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableEnvironmentListModifier and TypeMethodDescriptionvoid
RestAgentInformation.setRestAgentExecutableEnvironments
(RestExecutableEnvironmentList restAgentExecutableEnvironments) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableEnvironmentListModifierConstructorDescriptionRestAgentInformation
(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)