Class PlanRepositoryLinkProperties.LinkedGlobalRepository
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
-
- com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
-
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
- Enclosing class:
- PlanRepositoryLinkProperties
public static class PlanRepositoryLinkProperties.LinkedGlobalRepository extends VcsRepositoryProperties
-
-
Constructor Summary
Constructors Constructor Description LinkedGlobalRepository(@NotNull java.lang.String parent, @Nullable AtlassianModuleProperties atlassianPlugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable AtlassianModulePropertiesgetAtlassianPlugin()Returns atlassian plugin inherited from parent if known, null if it's not.inthashCode()-
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 Detail
-
LinkedGlobalRepository
public LinkedGlobalRepository(@NotNull @NotNull java.lang.String parent, @Nullable @Nullable AtlassianModuleProperties atlassianPlugin)
-
-
Method Detail
-
getAtlassianPlugin
@Nullable public @Nullable AtlassianModuleProperties getAtlassianPlugin()
Returns atlassian plugin inherited from parent if known, null if it's not.- Specified by:
getAtlassianPluginin classVcsRepositoryProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classVcsRepositoryProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classVcsRepositoryProperties
-
-