Class CiProperty
java.lang.Object
com.xebialabs.xlrelease.repository.CiProperty
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCiProperty(ConfigurationItem rootCi, String fqPropertyExpression) protectedCiProperty(CiProperty wrapped) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()getKind()<T> TgetValue()booleanbooleanstatic Optional<CiProperty>of(ConfigurationItem rootCi, String fqPropertyExpression) protected abstract voidreplaceInStrings(String variableKey, String replacement) voidreplaceInValue(Variable variable, VariableOrValue replacement) void
-
Constructor Details
-
CiProperty
-
CiProperty
-
-
Method Details
-
of
-
getPropertyName
-
getValue
public <T> T getValue() -
setValue
-
getParentCi
-
getDescriptor
-
getKind
-
getCategory
-
isPassword
public boolean isPassword() -
isIndexed
public boolean isIndexed() -
exists
public boolean exists() -
replaceInValue
-
replaceInStrings
-