Class RestCreateVersionRequest
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.versions.RestCreateVersionRequest
-
public class RestCreateVersionRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description RestCreateVersionRequest(String name, String planResultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getNextVersionName()
String
getPlanResultKey()
void
setNextVersionName(String nextVersionName)
-