public class RestDeploymentProject extends Object
Constructor and Description |
---|
RestDeploymentProject() |
RestDeploymentProject(TestDeploymentProjectDetails deploymentProject,
Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments) |
Modifier and Type | Method and Description |
---|---|
String |
getBranchKey() |
String |
getDescription() |
List<RestEnvironment> |
getEnvironments() |
Long |
getId() |
String |
getMasterPlanKey() |
String |
getName() |
RestVersionNamingDetails |
getNamingDetails() |
String |
getPlanKey() |
boolean |
isUsingDefaultBranch() |
void |
setId(long id) |
public RestDeploymentProject()
public RestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments)
public Long getId()
public String getName()
public String getDescription()
public String getPlanKey()
public String getBranchKey()
public boolean isUsingDefaultBranch()
public String getMasterPlanKey()
public void setId(long id)
public RestVersionNamingDetails getNamingDetails()
public List<RestEnvironment> getEnvironments()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.