com.atlassian.bamboo.deployments.repository
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 Summary
 InternalEnvironment getEnvironment()
           
 int getPosition()
           
 RepositoryDataEntity getRepositoryDataEntity()
           
 void setEnvironment(InternalEnvironment environment)
           
 void setPosition(int position)
           
 void setRepositoryDataEntity(RepositoryDataEntity repositoryDataEntity)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getEnvironment

@NotNull
InternalEnvironment getEnvironment()

setEnvironment

void setEnvironment(@NotNull
                    InternalEnvironment environment)

getRepositoryDataEntity

@NotNull
RepositoryDataEntity getRepositoryDataEntity()

setRepositoryDataEntity

void setRepositoryDataEntity(@NotNull
                             RepositoryDataEntity repositoryDataEntity)

getPosition

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

setPosition

void setPosition(int position)


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.