- get(String) - Method in ModelRegistry
-
Locate a Model by string name
- getAll(IntParam, ModelPageSizeParam) - Method in DeploymentResource
-
Returns all Deployment objects (paginate info is optional)
- getAll() - Method in EnvironmentResource
-
Returns all Environment objects
- getAll() - Method in ModelRegistry
-
Return list of all model objects
- getAll() - Method in PipelineResource
-
Return all the configured pipelines
- getAll() - Method in PromotionResource
-
Return all the configured promotions
- getAll() - Method in ServiceResource
-
Returns all Service objects
- getByPage(int, int) - Method in DeploymentDAO
-
Locate an Deployment based on the (group, name) pair
- getByPage(int, int) - Method in PromotionResultDAO
-
Locate an PromotionResult based on the (group, name) pair
- getChecksum() - Method in V1__create_artifacts_table
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V2__artifacts_versions
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V3__artifacts_unique_index
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V4__create_deployments_table
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V5__create_flows_table
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V6__create_promotion_results_table
-
Return migration number to differentiate from other versions
- getChecksum() - Method in V7__add_status_to_flows
-
Return migration number to differentiate from other versions
- getConfigDirectory() - Method in DeployDBConfiguration
-
- getCreatedAt() - Method in AbstractModel
-
- getDataSourceFactory() - Method in DeployDBConfiguration
-
- getFlywayFactory() - Method in DeployDBConfiguration
-
- getId() - Method in AbstractModel
-
The internal identifier for the artifact
- getIdent(String) - Method in ModelLoader
-
Get identifier for model from the the input file
- getLatest() - Method in DeploymentDAO
-
Locate the latest Deployment based on the (group, name) pair
- getLatest() - Method in DeploymentResource
-
Returns the latest Deployment object
- getMemberOfObject(def, def) - Method in WebhookManager
-
- getName() - Method in DeployDBApp
-
- getPromotionResults(LongParam, LongParam) - Method in DeploymentResource
-
Get Promotion Result model from deployment and throw error if not found
- getQueue() - Method in WebhookManager
-
- getRunner() - Method in WebhookManager
-
- getRunning() - Method in WebhookManager
-
Return true if the webhook thread is running
- getSessionFactory() - Method in DeployDBApp
-
Return the current org.hibernate.SessionFactory
- getWhoasFactory() - Method in DeployDBConfiguration
-
- parse(String) - Method in ModelPageSizeParam
-
- Pipeline - Class in deploydb.models.Pipeline
Class for deployment pipeline.
- Pipeline(String, String, Map<String, Environment>) - Constructor in Pipeline
-
Constructor used by deployDb
- PipelineResource - Class in deploydb.resources
Resource to handle the REST api for pipeline
- PipelineResource(ModelRegistry<Pipeline>) - Constructor in PipelineResource
-
- prepareCommands(DatabaseMetaData) - Method in DeployDBMigration
-
Implementing classes responsible for providing a list of String commands
- prepareCommands(DatabaseMetaData) - Method in V1__create_artifacts_table
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V2__artifacts_versions
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V3__artifacts_unique_index
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V4__create_deployments_table
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V5__create_flows_table
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V6__create_promotion_results_table
-
Gather sql commands for this migration
- prepareCommands(DatabaseMetaData) - Method in V7__add_status_to_flows
-
Gather sql commands for this migration
- Promotion - Class in deploydb.models
Class for promotion of the deployment from one environment to
next in a pipeline
- Promotion(String, String, String) - Constructor in Promotion
-
Constructor with Arguments
- PromotionResource - Class in deploydb.resources
Resource to handle the REST api for promotion
- PromotionResource(ModelRegistry<Promotion>) - Constructor in PromotionResource
-
- PromotionResult - Class in deploydb.models
Representation class for the concept of a PromotionResult
- PromotionResult(String, Status, String) - Constructor in PromotionResult
-
Default constructor to create a valid and saveable Deployment object in
the database
- PromotionResultAddMapper - Class in deploydb.mappers
Simple Jackson mapper class to deserialize
deployment update requests properly
- PromotionResultDAO - Class in deploydb.dao
PromotionResult Data access object
- PromotionWebhookMapper - Class in deploydb.mappers
- PromotionWebhookMapper(Deployment, PromotionResult) - Constructor in PromotionWebhookMapper
-
@param deployment Deployment to map for the webhook
- put(String, T) - Method in ModelRegistry
-
Insert an extant model in the table