Class ListBranchesResponse
- java.lang.Object
-
- com.atlassian.bamboo.rest.entity.RestResponse
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.ListBranchesResponse
-
public class ListBranchesResponse extends RestResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bamboo.rest.entity.RestResponse
RestResponse.Builder
-
-
Constructor Summary
Constructors Constructor Description ListBranchesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBranches(List<BitbucketNodeEntity> branches)
-
Methods inherited from class com.atlassian.bamboo.rest.entity.RestResponse
builder, setErrors, setFieldErrors, setMessages, setStatus, setWarnings
-
-
-
-
Method Detail
-
setBranches
public void setBranches(List<BitbucketNodeEntity> branches)
-
-