Class VcsForkDtoImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.pullrequest.VcsForkDtoImpl
-
- All Implemented Interfaces:
VcsForkDto
public class VcsForkDtoImpl extends Object implements VcsForkDto
-
-
Constructor Summary
Constructors Constructor Description VcsForkDtoImpl()
VcsForkDtoImpl(@Nullable VcsForkDto vcsForkDto)
VcsForkDtoImpl(@Nullable String sourceParentIdentifier, @Nullable String sourceRepositoryIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Nullable String
getSourceParentIdentifier()
@Nullable String
getSourceRepositoryIdentifier()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
VcsForkDtoImpl
public VcsForkDtoImpl()
-
VcsForkDtoImpl
public VcsForkDtoImpl(@Nullable @Nullable VcsForkDto vcsForkDto)
-
-
Method Detail
-
getSourceParentIdentifier
@Nullable public @Nullable String getSourceParentIdentifier()
- Specified by:
getSourceParentIdentifier
in interfaceVcsForkDto
- Returns:
- source parent identifier, e.g. project key
-
getSourceRepositoryIdentifier
@Nullable public @Nullable String getSourceRepositoryIdentifier()
- Specified by:
getSourceRepositoryIdentifier
in interfaceVcsForkDto
- Returns:
- source repository identifier, e.g. repository slug
-
-