public static class CreateRepositoryProtectedBranchResponse.Result extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateRepositoryProtectedBranchResponse.Result.MergeRequestSetting |
static class |
CreateRepositoryProtectedBranchResponse.Result.TestSetting |
| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Integer> |
getAllowMergeRoles() |
List<Integer> |
getAllowPushRoles() |
String |
getBranch() |
Long |
getId() |
CreateRepositoryProtectedBranchResponse.Result.MergeRequestSetting |
getMergeRequestSetting() |
CreateRepositoryProtectedBranchResponse.Result.TestSetting |
getTestSetting() |
void |
setAllowMergeRoles(List<Integer> allowMergeRoles) |
void |
setAllowPushRoles(List<Integer> allowPushRoles) |
void |
setBranch(String branch) |
void |
setId(Long id) |
void |
setMergeRequestSetting(CreateRepositoryProtectedBranchResponse.Result.MergeRequestSetting mergeRequestSetting) |
void |
setTestSetting(CreateRepositoryProtectedBranchResponse.Result.TestSetting testSetting) |
public Long getId()
public void setId(Long id)
public String getBranch()
public void setBranch(String branch)
public CreateRepositoryProtectedBranchResponse.Result.MergeRequestSetting getMergeRequestSetting()
public void setMergeRequestSetting(CreateRepositoryProtectedBranchResponse.Result.MergeRequestSetting mergeRequestSetting)
public CreateRepositoryProtectedBranchResponse.Result.TestSetting getTestSetting()
public void setTestSetting(CreateRepositoryProtectedBranchResponse.Result.TestSetting testSetting)
Copyright © 2021. All rights reserved.