Interface TypeSpecification

    • Method Detail

      • hasGenerateDeployable

        boolean hasGenerateDeployable()
      • getSuperType

        com.xebialabs.deployit.plugin.api.reflect.Type getSuperType()
      • getLabel

        java.util.Optional<java.lang.String> getLabel()
      • getDescription

        java.util.Optional<java.lang.String> getDescription()
      • getInspectable

        java.util.Optional<java.lang.Boolean> getInspectable()
      • getIcon

        java.util.Optional<java.lang.String> getIcon()
      • getRoot

        java.util.Optional<java.lang.String> getRoot()
      • getDeployedType

        java.util.Optional<com.xebialabs.deployit.plugin.api.reflect.Type> getDeployedType()
      • getContainerType

        java.util.Optional<com.xebialabs.deployit.plugin.api.reflect.Type> getContainerType()