Interface VcsForkDto
-
- All Known Implementing Classes:
VcsForkDtoImpl
public interface VcsForkDto
Data transfer object that holds information about pull requests from forked repositories.- Since:
- 8.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getSourceParentIdentifier()
@Nullable String
getSourceRepositoryIdentifier()
-