Class VcsRepositoryBranchProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class VcsRepositoryBranchProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description VcsRepositoryBranchProperties(@NotNull String repositoryName, @NotNull String branchName, @Nullable String branchDisplayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetBranchDisplayName()@NotNull StringgetBranchName()@NotNull StringgetRepositoryName()inthashCode()voidvalidate()
-
-
-
Method Detail
-
getRepositoryName
@NotNull public @NotNull String getRepositoryName()
-
getBranchName
@NotNull public @NotNull String getBranchName()
-
getBranchDisplayName
@Nullable public @Nullable String getBranchDisplayName()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-