Interface DeploymentConditionalField.Builder

    • Method Detail

      • comparator

        DeploymentConditionalField.Builder comparator​(String comparator)

        The comparator of the condition.

        Valid values: Equal | NotEqual

        Parameters:
        comparator - The comparator of the condition.

        Valid values: Equal | NotEqual

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DeploymentConditionalField.Builder name​(String name)

        The name of the deployment condition.

        Parameters:
        name - The name of the deployment condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DeploymentConditionalField.Builder value​(String value)

        The value of the condition.

        Parameters:
        value - The value of the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.