Interface ManifestReader.ManifestCiReader

    • Method Detail

      • type

        com.xebialabs.deployit.plugin.api.reflect.Type type()
      • name

        java.lang.String name()
      • file

        java.lang.String file()
      • distributionType

        default com.xebialabs.deployit.plugin.api.reflect.Type distributionType()
      • hasProperty

        boolean hasProperty​(java.lang.String name)
      • allProperties

        java.util.List<java.lang.String> allProperties()
      • propertyAsString

        java.lang.String propertyAsString​(java.lang.String name)
      • propertyAsCiRef

        java.lang.String propertyAsCiRef​(java.lang.String name)
      • propertyAsStringCollection

        java.util.List<java.lang.String> propertyAsStringCollection​(java.lang.String name)
      • propertyAsCiRefCollection

        java.util.List<java.lang.String> propertyAsCiRefCollection​(java.lang.String name)
      • propertyAsMapStringString

        java.util.Map<java.lang.String,​java.lang.String> propertyAsMapStringString​(java.lang.String name)