JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
AbstractModel
- Class in
deploydb.models
Artifact
- Class in
deploydb.models
Representation class for the concept of an Artifact
Artifact(String, String, String)
- Constructor in
Artifact
Default constructor to be used by DeployDB internally.
ArtifactDAO
- Class in
deploydb.dao
Artifact Data access object
ArtifactResource
- Class in
deploydb.resources
ArtifactResource(ArtifactDAO)
- Constructor in
ArtifactResource
B
byIdentifier(HttpHeaders, LongParam)
- Method in
ArtifactResource
byIdentifier(LongParam)
- Method in
DeploymentResource
byName(String, String)
- Method in
ArtifactResource
C
check()
- Method in
SanityHealthCheck
Simple check, always healthy
check()
- Method in
WebhookHealthCheck
createArtifact(Artifact)
- Method in
ArtifactResource
createdAt
- Field in
AbstractModel
createDeployment(DeploymentMapper)
- Method in
DeploymentResource
D
deletedAt
- Field in
AbstractModel
DeployDBApp
- Class in
deploydb
DeployDBConfiguration
- Class in
deploydb
Deployment
- Class in
deploydb.models
Representation class for the concept of a Deployment
Deployment(Artifact, String)
- Constructor in
Deployment
Default constructor to create a valid and saveable Deployment object in the database
DeploymentDAO
- Class in
deploydb.dao
Deployment Data access object
DeploymentMapper
- Class in
deploydb.mappers
Simple Jackson mapper class to deserialize deployment creation requests properly
DeploymentResource
- Class in
deploydb.resources
DeploymentResource(DeploymentDAO, ArtifactDAO)
- Constructor in
DeploymentResource
DeploymentStatus
- Enum in
deploydb.models
E
equals(Object)
- Method in
Artifact
F
findByGroupAndName(String, String)
- Method in
ArtifactDAO
Locate an Artifact based on the (group, name) pair
G
getCreatedAt()
- Method in
AbstractModel
getDataSourceFactory()
- Method in
DeployDBConfiguration
getFlywayFactory()
- Method in
DeployDBConfiguration
getId()
- Method in
AbstractModel
The internal identifier for the artifact
getName()
- Method in
DeployDBApp
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
H
hashCode()
- Method in
Artifact
I
initialize(Bootstrap<DeployDBConfiguration>)
- Method in
DeployDBApp
J
K
L
M
main(String)
- Method in
DeployDBApp
modifyDeployment(LongParam, String)
- Method in
DeploymentResource
TODO: handle null
N
O
P
Q
R
responder()
- Method in
RootResource
RootResource
- Class in
deploydb.resources
run(DeployDBConfiguration, Environment)
- Method in
DeployDBApp
S
SanityHealthCheck
- Class in
deploydb.health
The SanityHealthCheck is 100% guaranteed to work and only exists to ensure that at least *some* health check gets registered for the application.
setCreatedAt(String)
- Method in
AbstractModel
setDataSourceFactory(DataSourceFactory)
- Method in
DeployDBConfiguration
setFlywayFactory(FlywayFactory)
- Method in
DeployDBConfiguration
start()
- Method in
WebhookManager
stop()
- Method in
WebhookManager
T
U
V
W
WebhookHealthCheck
- Class in
deploydb.health
WebhookHealthCheck(WebhookManager)
- Constructor in
WebhookHealthCheck
WebhookManager
- Class in
deploydb
WebhookManager()
- Constructor in
WebhookManager
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation