Class NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository

java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder<E>
com.atlassian.bamboo.specs.api.builders.repository.VcsRepository<NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository,com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository>
com.atlassian.bamboo.vcs.export.NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository
Enclosing class:
NoOverridesVcsRepositoryDataExporter

public static class NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository extends com.atlassian.bamboo.specs.api.builders.repository.VcsRepository<NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository,com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository>
Helper class to represent link to global repositories.

When creating a link to a global repository Bamboo in fact creates a plan-managed repository that inherits all its data from the global repository. This class represents this case.

  • Field Summary

    Fields inherited from class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository

    description, name, oid, parent, project, repositoryViewer, TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    LinkedGlobalRepository(@NotNull com.atlassian.bamboo.specs.api.builders.AtlassianModule atlassianModule)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
     
    boolean
     
    int
     
     

    Methods inherited from class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository

    description, getIdentifier, getName, getOid, humanReadableId, humanReadableType, name, oid, oid, parent, project, repositoryViewer

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LinkedGlobalRepository

      public LinkedGlobalRepository(@NotNull @NotNull com.atlassian.bamboo.specs.api.builders.AtlassianModule atlassianModule)
  • Method Details

    • build

      public com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository build()
      Specified by:
      build in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository<NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository,com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object