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 RestExecutableEnvironmentListRestAgentInformation.executableEnvironmentsMethods 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 TypeMethodDescriptionvoidRestAgentInformation.setRestAgentExecutableEnvironments(RestExecutableEnvironmentList restAgentExecutableEnvironments) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type RestExecutableEnvironmentListModifierConstructorDescriptionRestAgentInformation(RestBuildAgent general, RestAgentCapabilities capabilities, RestExecutableJobList executableJobs, RestExecutableEnvironmentList executableEnvironments)