Class IDictionary.DictionaryContext

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.IDictionary.DictionaryContext
Enclosing interface:
IDictionary

public static class IDictionary.DictionaryContext extends Object
Context used when processing dictionaries for a deployment.
  • Constructor Details

  • Method Details

    • getApplication

      public Application getApplication()
      Returns:
      The Application being deployed. Can be null when (effective) dictionary is processed without application.
    • getApplicationVersion

      public Version getApplicationVersion()
      Returns:
      The Version being deployed. Can be null when (effective) dictionary is processed without application.
    • getEnvironment

      public Environment getEnvironment()
      Returns:
      The Environment deploying to.
    • getContainer

      public Container getContainer()
      Returns:
      The Container the dictionary is going to be used for. Optional: Can be null when the dictionary is applied to a larger context.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object