Class PlanRepositoryLinkProperties.ProjectRepository
java.lang.Object
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
- Enclosing class:
- PlanRepositoryLinkProperties
-
Constructor Summary
ConstructorDescriptionProjectRepository
(@NotNull String parent, @Nullable AtlassianModuleProperties atlassianPlugin, @Nullable ProjectProperties project) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable AtlassianModuleProperties
Returns atlassian plugin inherited from parent if known, null if it's not.int
hashCode()
Methods inherited from class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
getDescription, getName, getOid, getParent, getParentName, getProject, getRepositoryViewerProperties, hasParent, humanReadableId, humanReadableType, toIdentifier, validate
-
Constructor Details
-
ProjectRepository
public ProjectRepository(@NotNull @NotNull String parent, @Nullable @Nullable AtlassianModuleProperties atlassianPlugin, @Nullable @Nullable ProjectProperties project)
-
-
Method Details
-
getAtlassianPlugin
Returns atlassian plugin inherited from parent if known, null if it's not.- Specified by:
getAtlassianPlugin
in classVcsRepositoryProperties
-
equals
- Overrides:
equals
in classVcsRepositoryProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVcsRepositoryProperties
-