Class DeployedArtifactPlaceholdersResolver
- java.lang.Object
-
- com.xebialabs.deployit.service.deployment.DeployedArtifactPlaceholdersResolver
-
@Component public class DeployedArtifactPlaceholdersResolver extends java.lang.ObjectResolves the 'placeholders' field of a DeployedArtifact.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPLACEHOLDERS_FIELD
-
Constructor Summary
Constructors Constructor Description DeployedArtifactPlaceholdersResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolvePlaceholders(com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,?> deployed, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
-
-
-
Field Detail
-
PLACEHOLDERS_FIELD
public static final java.lang.String PLACEHOLDERS_FIELD
- See Also:
- Constant Field Values
-
-