| Package | Description |
|---|---|
| com.cloudbees.clickstack.domain.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
Database
This class stores Resources that contain Database credentials.
|
class |
Email
Stores a SMTP server as a Resource.
|
class |
SessionStore
This class stores Membase distributed session stores.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends Resource> |
Metadata.getResource(String resourceName) |
<R extends Resource> |
Metadata.getResources(Class<R> type) |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Resource.Builder.buildResource(Map<String,String> metadata)
Creates a new resource from a given metadata section.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Resource> |
Metadata.getResources() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
SessionStore.checkResource(Resource resource)
Checks if a Resource is a session store.
|
protected static boolean |
Email.checkResource(Resource resource)
Checks if a given Resource is a mail endpoint.
|
protected static boolean |
Database.checkResource(Resource resource)
Checks if a given Resource is a database definition.
|
| Constructor and Description |
|---|
Database(Resource resource) |
Email(Resource resource) |
SessionStore(Resource resource)
Creates a new SessionStore from an existing Resource.
|
| Constructor and Description |
|---|
Metadata(Map<String,Resource> resources,
Map<String,String> environment,
Map<String,RuntimeProperty> runtimeProperties)
This constructor is used by the Builder subclass to create a new Metadata instance
|
Copyright © 2013. All Rights Reserved.