public interface EnvironmentCustomConfigDao
Modifier and Type | Method and Description |
---|---|
void |
delete(EnvironmentCustomConfig environmentCustomConfig) |
List<EnvironmentCustomConfig> |
findAll(int firstResult,
int maxResults)
Get paginated list of all custom configurations.
|
EnvironmentCustomConfig |
findById(long environmentId)
Gets specific Environment custom configuration by environment ID.
|
long |
getCount()
Count all custom configurations.
|
void |
saveOrUpdate(EnvironmentCustomConfig environmentCustomConfig) |
@Nullable EnvironmentCustomConfig findById(long environmentId)
environmentId
- ID of the environment your looking for.EnvironmentCustomConfig
with given environment id or null if one with that ID could not be found.void saveOrUpdate(@NotNull EnvironmentCustomConfig environmentCustomConfig)
void delete(@NotNull EnvironmentCustomConfig environmentCustomConfig)
@NotNull List<EnvironmentCustomConfig> findAll(int firstResult, int maxResults)
long getCount()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.