com.atlassian.bamboo.deployments.repository
Class EnvironmentRepositoryLinkImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.deployments.repository.EnvironmentRepositoryLinkImpl
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, EnvironmentRepositoryLink, Cloneable
public class EnvironmentRepositoryLinkImpl
- extends BambooEntityObject
- implements EnvironmentRepositoryLink
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
EnvironmentRepositoryLinkImpl
public EnvironmentRepositoryLinkImpl()
EnvironmentRepositoryLinkImpl
public EnvironmentRepositoryLinkImpl(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int position)
getEnvironment
@NotNull
public InternalEnvironment getEnvironment()
- Specified by:
getEnvironment
in interface EnvironmentRepositoryLink
setEnvironment
public void setEnvironment(@NotNull
InternalEnvironment environment)
- Specified by:
setEnvironment
in interface EnvironmentRepositoryLink
getRepositoryDataEntity
@NotNull
public RepositoryDataEntity getRepositoryDataEntity()
- Specified by:
getRepositoryDataEntity
in interface EnvironmentRepositoryLink
setRepositoryDataEntity
public void setRepositoryDataEntity(@NotNull
RepositoryDataEntity repositoryDataEntity)
- Specified by:
setRepositoryDataEntity
in interface EnvironmentRepositoryLink
getPosition
public int getPosition()
- Specified by:
getPosition
in interface EnvironmentRepositoryLink
- Returns:
- position of the repository in the environment repository list
setPosition
public void setPosition(int position)
- Specified by:
setPosition
in interface EnvironmentRepositoryLink
equals
public boolean equals(Object o)
- Description copied from class:
BambooEntityObject
- This method needs to be here in order to use proper id
- Overrides:
equals
in class BambooEntityObject
hashCode
public int hashCode()
- Description copied from class:
BambooEntityObject
- This method needs to be here in order to use proper id
- Overrides:
hashCode
in class BambooEntityObject
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.