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