Class WildflyProviderConfigImpl

    • Constructor Detail

      • WildflyProviderConfigImpl

        public WildflyProviderConfigImpl()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: WildflyProviderConfig
        Get the Provider name
        Specified by:
        getName in interface WildflyProviderConfig
        Returns:
        String with the provider name. This configuration will use by default the Input value stored under the parameter name PROVIDER_NAME. If no provider is register with this provider name a new provider will be registered by using the remaining parameters.
      • getHost

        public String getHost()
        Description copied from interface: WildflyProviderConfig
        Get the Provider Host IP address
        Specified by:
        getHost in interface WildflyProviderConfig
        Returns:
        String host IP for the provider. If not provided it will resolve the expression: ${input.host} from the Pipeline's Input map
      • getPort

        public String getPort()
        Description copied from interface: WildflyProviderConfig
        Get the Provider Host Port
        Specified by:
        getPort in interface WildflyProviderConfig
        Returns:
        String host port for the provider. If not provided it will resolve the expression: ${input.port} from the Pipeline's Input map
      • getManagementPort

        public String getManagementPort()
        Description copied from interface: WildflyProviderConfig
        Get the Provider Management Port
        Specified by:
        getManagementPort in interface WildflyProviderConfig
        Returns:
        String management port for the provider. If not provided it will resolve the expression: ${input.management-port} from the Pipeline's Input map
      • getUser

        public String getUser()
        Description copied from interface: WildflyProviderConfig
        Get the Provider user name
        Specified by:
        getUser in interface WildflyProviderConfig
        Returns:
        String username used to interact with the provider. If not provided it will resolve the expression: ${input.wildfly-user} from the Pipeline's Input map
      • getPassword

        public String getPassword()
        Description copied from interface: WildflyProviderConfig
        Get the Provider password
        Specified by:
        getPassword in interface WildflyProviderConfig
        Returns:
        String password used to interact with the provider. If not provided it will resolve the expression: ${input.wildfly-password} from the Pipeline's Input map
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object