Class PropertyUsagePoint

  • All Implemented Interfaces:
    UsagePoint

    public class PropertyUsagePoint
    extends java.lang.Object
    implements UsagePoint
    This usage point means that given property value mentions a variable, e.g. a string property "Some ${var}" or a list property ['value1', 'value 2 with ${var}"].
    • Constructor Detail

      • PropertyUsagePoint

        public PropertyUsagePoint​(CiProperty ciProperty)
      • PropertyUsagePoint

        public PropertyUsagePoint​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item,
                                  java.lang.String property)
      • PropertyUsagePoint

        public PropertyUsagePoint​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item,
                                  java.lang.String property,
                                  VariableReference.VariableUsageType defaultType)