Class IDictionary.DictionaryContext
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.IDictionary.DictionaryContext
- Enclosing interface:
- IDictionary
Context used when processing dictionaries for a deployment.
-
Constructor Summary
ConstructorDescriptionDictionaryContext
(Application application, Version applicationVersion, Environment environment, Container container) -
Method Summary
-
Constructor Details
-
DictionaryContext
public DictionaryContext(Application application, Version applicationVersion, Environment environment, Container container)
-
-
Method Details
-
getApplication
- Returns:
- The
Application
being deployed. Can benull
when (effective) dictionary is processed without application.
-
getApplicationVersion
- Returns:
- The
Version
being deployed. Can benull
when (effective) dictionary is processed without application.
-
getEnvironment
- Returns:
- The
Environment
deploying to.
-
getContainer
- Returns:
- The
Container
the dictionary is going to be used for. Optional: Can benull
when the dictionary is applied to a larger context.
-
equals
-
hashCode
public int hashCode()
-