Interface EnvironmentRepositoryLink

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
EnvironmentRepositoryLinkImpl

public interface EnvironmentRepositoryLink extends BambooObject
Represents relationship between Environment and Source Repositories.
Since:
3.4
  • Method Details

    • getEnvironment

      @NotNull @NotNull InternalEnvironment getEnvironment()
    • setEnvironment

      void setEnvironment(@NotNull @NotNull InternalEnvironment environment)
    • getRepositoryDataEntity

      @NotNull @NotNull RepositoryDataEntity getRepositoryDataEntity()
    • setRepositoryDataEntity

      void setRepositoryDataEntity(@NotNull @NotNull RepositoryDataEntity repositoryDataEntity)
    • getPosition

      int getPosition()
      Returns:
      position of the repository in the environment repository list
    • setPosition

      void setPosition(int position)