Class RestEnvironmentForExecutablesView
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.environments.RestEnvironmentForExecutablesView
-
public class RestEnvironmentForExecutablesView extends Object
Model representing the basic environment data to be displayed in the agent/image configuration deployable environments view.
-
-
Constructor Summary
Constructors Constructor Description RestEnvironmentForExecutablesView(long projectId, String projectName, long environmentId, String environmentName)
RestEnvironmentForExecutablesView(EnvironmentForExecutablesView environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnvironmentId()
String
getEnvironmentName()
long
getProjectId()
String
getProjectName()
-
-
-
Constructor Detail
-
RestEnvironmentForExecutablesView
public RestEnvironmentForExecutablesView(long projectId, String projectName, long environmentId, String environmentName)
-
RestEnvironmentForExecutablesView
public RestEnvironmentForExecutablesView(EnvironmentForExecutablesView environment)
-
-