Uses of Interface
com.atlassian.bamboo.deployments.configuration.persistence.EnvironmentCustomConfig
-
Packages that use EnvironmentCustomConfig Package Description com.atlassian.bamboo.deployments.configuration.migration.stream com.atlassian.bamboo.deployments.configuration.persistence -
-
Uses of EnvironmentCustomConfig in com.atlassian.bamboo.deployments.configuration.migration.stream
Methods in com.atlassian.bamboo.deployments.configuration.migration.stream that return EnvironmentCustomConfig Modifier and Type Method Description protected @NotNull EnvironmentCustomConfig
EnvironmentCustomConfigMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.deployments.configuration.migration.stream with parameters of type EnvironmentCustomConfig Modifier and Type Method Description protected void
EnvironmentCustomConfigMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull EnvironmentCustomConfig environmentCustomConfig, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
EnvironmentCustomConfigMapper. importProperties(@NotNull EnvironmentCustomConfig environmentCustomConfig, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
-
Uses of EnvironmentCustomConfig in com.atlassian.bamboo.deployments.configuration.persistence
Classes in com.atlassian.bamboo.deployments.configuration.persistence that implement EnvironmentCustomConfig Modifier and Type Class Description class
EnvironmentCustomConfigImpl
Methods in com.atlassian.bamboo.deployments.configuration.persistence that return EnvironmentCustomConfig Modifier and Type Method Description @Nullable EnvironmentCustomConfig
EnvironmentCustomConfigDao. findById(long environmentId)
Gets specific Environment custom configuration by environment ID.@Nullable EnvironmentCustomConfig
EnvironmentCustomConfigHibernateDao. findById(long environmentId)
Methods in com.atlassian.bamboo.deployments.configuration.persistence that return types with arguments of type EnvironmentCustomConfig Modifier and Type Method Description @NotNull List<EnvironmentCustomConfig>
EnvironmentCustomConfigDao. findAll(int firstResult, int maxResults)
Get paginated list of all custom configurations.@NotNull List<EnvironmentCustomConfig>
EnvironmentCustomConfigHibernateDao. findAll(int firstResult, int maxResults)
Methods in com.atlassian.bamboo.deployments.configuration.persistence with parameters of type EnvironmentCustomConfig Modifier and Type Method Description void
EnvironmentCustomConfigDao. delete(@NotNull EnvironmentCustomConfig environmentCustomConfig)
void
EnvironmentCustomConfigHibernateDao. delete(@NotNull EnvironmentCustomConfig environmentCustomConfig)
void
EnvironmentCustomConfigDao. saveOrUpdate(@NotNull EnvironmentCustomConfig environmentCustomConfig)
void
EnvironmentCustomConfigHibernateDao. saveOrUpdate(@NotNull EnvironmentCustomConfig environmentCustomConfig)
-