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
ConstructorsConstructorDescriptionLinkedGlobalRepository(@NotNull String parent, @Nullable AtlassianModuleProperties atlassianPlugin) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable AtlassianModulePropertiesReturns 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 Details
-
LinkedGlobalRepository
public LinkedGlobalRepository(@NotNull @NotNull String parent, @Nullable @Nullable AtlassianModuleProperties atlassianPlugin)
-
-
Method Details
-
getAtlassianPlugin
Returns atlassian plugin inherited from parent if known, null if it's not.- Specified by:
getAtlassianPluginin classVcsRepositoryProperties
-
equals
- Overrides:
equalsin classVcsRepositoryProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classVcsRepositoryProperties
-