|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnvironmentRepositoryLinkDao
| Method Summary | |
|---|---|
void |
detachAllRepositoriesFromEnvironment(EnvironmentDeletionAdapter deletionAdapter)
Remove all PlanRepositoryLink defined for the Environment. |
void |
detachAllRepositoriesFromEnvironment(InternalEnvironment environment)
Remove all PlanRepositoryLink defined for the Environment. |
EnvironmentRepositoryLink |
getEnvironmentRepositoryLink(InternalEnvironment environment,
long repositoryId)
|
java.util.List<EnvironmentRepositoryLink> |
getEnvironmentRepositoryLinks(InternalEnvironment environment)
|
java.util.List<EnvironmentRepositoryLink> |
getEnvironmentsUsingRepository(long repositoryId)
|
void |
removeRepositoryFromEnvironment(EnvironmentRepositoryLink environmentRepositoryLink)
Remove single PlanRepositoryLink. |
| Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
|---|
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll |
| Method Detail |
|---|
@NotNull
java.util.List<EnvironmentRepositoryLink> getEnvironmentRepositoryLinks(@NotNull
InternalEnvironment environment)
environment -
Environment sorted by EnvironmentRepositoryLink.getPosition()
@Nullable
EnvironmentRepositoryLink getEnvironmentRepositoryLink(@NotNull
InternalEnvironment environment,
long repositoryId)
environment - repositoryId -
void detachAllRepositoriesFromEnvironment(@NotNull
InternalEnvironment environment)
PlanRepositoryLink defined for the Environment. Does not delete RepositoryDataEntity
objects.
environment -
void detachAllRepositoriesFromEnvironment(@NotNull
EnvironmentDeletionAdapter deletionAdapter)
PlanRepositoryLink defined for the Environment. Does not delete RepositoryDataEntity
objects.
deletionAdapter -
void removeRepositoryFromEnvironment(@NotNull
EnvironmentRepositoryLink environmentRepositoryLink)
PlanRepositoryLink. Does not delete RepositoryDataEntity
environmentRepositoryLink - java.util.List<EnvironmentRepositoryLink> getEnvironmentsUsingRepository(long repositoryId)
repositoryId -
Environment that reference a Source Repository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||