Class Facet
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.facet.Facet
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,VisitableItem,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
- Direct Known Subclasses:
ConfigurationFacet,TaskReportingRecord
@Metadata(root=APPLICATIONS,
versioned=false,
virtual=true,
description="Base facet class used to augment other CIs (tasks only currently)")
public abstract class Facet
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
implements VisitableItem
- See Also:
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ReleaseVisitor visitor) freezeVariables(Map<String, ValueWithInterpolation> variables, Changes changes, boolean freezeEvenIfUnresolved) Collection<com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> getScope()voidsetScope(FacetScope scope) voidsetTargetId(String targetId) voidsetVariableMapping(Map<String, String> variableMapping) Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Constructor Details
-
Facet
public Facet()
-
-
Method Details
-
getScope
-
setScope
-
getTargetId
-
setTargetId
- Parameters:
targetId- The ID of the CI that generated the record, e.g. thetask.id
-
accept
- Specified by:
acceptin interfaceVisitableItem
-
getVariableUsages
-
getVariableMapping
-
setVariableMapping
-
freezeVariables
-
getPropertiesWithVariables
public Collection<com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> getPropertiesWithVariables()
-