Class PlanWithCustomExpirySettings
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.plugins.rest.model.expiry.PlanWithCustomExpirySettings
-
public class PlanWithCustomExpirySettings extends AbstractRestModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlanWithCustomExpirySettings.ExpiryConfig
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description PlanWithCustomExpirySettings(@NotNull String planName, @NotNull String planKey, @NotNull BuildExpiryConfig planExpiryConfig, @NotNull javax.ws.rs.core.UriBuilder uriBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugins.rest.common.Link
getConfigLink()
PlanWithCustomExpirySettings.ExpiryConfig
getExpiryConfig()
String
getPlanKey()
String
getPlanName()
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
PlanWithCustomExpirySettings
public PlanWithCustomExpirySettings(@NotNull @NotNull String planName, @NotNull @NotNull String planKey, @NotNull @NotNull BuildExpiryConfig planExpiryConfig, @NotNull @NotNull javax.ws.rs.core.UriBuilder uriBuilder)
-
-
Method Detail
-
getPlanName
public String getPlanName()
-
getPlanKey
public String getPlanKey()
-
getConfigLink
public com.atlassian.plugins.rest.common.Link getConfigLink()
-
getExpiryConfig
public PlanWithCustomExpirySettings.ExpiryConfig getExpiryConfig()
-
-