Class ContextAwareWildflyRuntimeExecConfig

    • Constructor Detail

      • ContextAwareWildflyRuntimeExecConfig

        public ContextAwareWildflyRuntimeExecConfig()
      • ContextAwareWildflyRuntimeExecConfig

        public ContextAwareWildflyRuntimeExecConfig​(String runtimeName,
                                                    org.guvnor.ala.runtime.providers.ProviderId providerId,
                                                    String warPath,
                                                    String redeployStrategy)
    • Method Detail

      • setContext

        public void setContext​(Map<String,​?> context)
        Specified by:
        setContext in interface org.guvnor.ala.pipeline.ContextAware
      • getProviderId

        public org.guvnor.ala.runtime.providers.ProviderId getProviderId()
        Specified by:
        getProviderId in interface org.guvnor.ala.config.ProvisioningConfig
        Specified by:
        getProviderId in interface org.guvnor.ala.config.RuntimeConfig
      • getRedeployStrategy

        public String getRedeployStrategy()
        Description copied from interface: WildflyRuntimeConfiguration
        Get the Redeploy Strategy for apps in wildfly - auto: will automatically redeploy the app if it already exist - none: will fail if you try to redeploy an app that already exist
        Specified by:
        getRedeployStrategy in interface WildflyRuntimeConfiguration
        Returns:
        String with the strategy
      • getRuntimeName

        public String getRuntimeName()
        Specified by:
        getRuntimeName in interface org.guvnor.ala.config.RuntimeConfig
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object