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