Uses of Class
com.atlassian.bamboo.rest.model.build.docker.RestDockerPipelineConfiguration
-
-
Uses of RestDockerPipelineConfiguration in com.atlassian.bamboo.plugins.rest.build
Methods in com.atlassian.bamboo.plugins.rest.build that return RestDockerPipelineConfiguration Modifier and Type Method Description RestDockerPipelineConfiguration
JobDockerPipelineConfigResource. getDockerPipelineConfiguration(String jobKey)
Methods in com.atlassian.bamboo.plugins.rest.build with parameters of type RestDockerPipelineConfiguration Modifier and Type Method Description javax.ws.rs.core.Response
JobDockerPipelineConfigResource. setDockerPipelineConfiguration(String jobKey, RestDockerPipelineConfiguration dockerPipelineConfiguration)
-
Uses of RestDockerPipelineConfiguration in com.atlassian.bamboo.plugins.rest.deployments.environments
Methods in com.atlassian.bamboo.plugins.rest.deployments.environments that return RestDockerPipelineConfiguration Modifier and Type Method Description RestDockerPipelineConfiguration
DeploymentEnvironmentResource. getDockerPipelinesConfiguration(long environmentId)
Methods in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type RestDockerPipelineConfiguration Modifier and Type Method Description javax.ws.rs.core.Response
DeploymentEnvironmentResource. saveDockerPipelinesConfiguration(long environmentId, RestDockerPipelineConfiguration restDockerPipelineConfiguration)
-
Uses of RestDockerPipelineConfiguration in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return RestDockerPipelineConfiguration Modifier and Type Method Description RestDockerPipelineConfiguration
PlansControl. getDockerPipelineConfiguration(String jobKey)
-
Uses of RestDockerPipelineConfiguration in com.atlassian.bamboo.testutils.backdoor.deployments
Methods in com.atlassian.bamboo.testutils.backdoor.deployments that return RestDockerPipelineConfiguration Modifier and Type Method Description RestDockerPipelineConfiguration
EnvironmentsControl. getDockerPipelineConfiguration(String environmentId)
-