Class DeployedArtifactPlaceholdersResolver


  • @Component
    public class DeployedArtifactPlaceholdersResolver
    extends java.lang.Object
    Resolves the 'placeholders' field of a DeployedArtifact.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PLACEHOLDERS_FIELD  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void resolvePlaceholders​(com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,​?> deployed, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PLACEHOLDERS_FIELD

        public static final java.lang.String PLACEHOLDERS_FIELD
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeployedArtifactPlaceholdersResolver

        public DeployedArtifactPlaceholdersResolver()
    • Method Detail

      • resolvePlaceholders

        public void resolvePlaceholders​(com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<?,​?> deployed,
                                        com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)