Class GetAllCodeReviewsResponse.BranchPairsItem
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.GetAllCodeReviewsResponse.BranchPairsItem
-
- Enclosing class:
- GetAllCodeReviewsResponse
public static class GetAllCodeReviewsResponse.BranchPairsItem extends Object
-
-
Constructor Summary
Constructors Constructor Description BranchPairsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRepository()GetAllCodeReviewsResponse.SourceBranchInfogetSourceBranchInfo()GetAllCodeReviewsResponse.TargetBranchInfogetTargetBranchInfo()booleanisIsMerged()
-
-
-
Method Detail
-
getTargetBranchInfo
public GetAllCodeReviewsResponse.TargetBranchInfo getTargetBranchInfo()
-
isIsMerged
public boolean isIsMerged()
-
getSourceBranchInfo
public GetAllCodeReviewsResponse.SourceBranchInfo getSourceBranchInfo()
-
getRepository
public String getRepository()
-
-