Class CiProperty
java.lang.Object
com.xebialabs.xlrelease.repository.CiProperty
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CiProperty
(ConfigurationItem rootCi, String fqPropertyExpression) protected
CiProperty
(CiProperty wrapped) -
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
getKind()
<T> T
getValue()
boolean
boolean
static Optional<CiProperty>
of
(ConfigurationItem rootCi, String fqPropertyExpression) protected abstract void
replaceInStrings
(String variableKey, String replacement) void
replaceInValue
(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
-