@Internal public interface ChainDao extends BambooObjectDao
Chain
Modifier and Type | Method and Description |
---|---|
List<Chain> |
getAllChains()
Returns all of the
Chain 's |
Chain |
getByChainKey(String fullKey)
Gets a build chain by its key (eg BAM-FOO)
|
Chain |
getByKey(Project project,
String key)
Gets a chain by its key (eg, FOO)
|
Chain |
getByName(Project project,
String name)
Gets a chain by its name
|
findById
@Nullable Chain getByChainKey(@NotNull String fullKey)
fullKey
- @Nullable Chain getByKey(@NotNull Project project, @NotNull String key)
project
- key
- Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.