Interface VariableDefinitionIdentifier

    • Field Detail

      • ORDERING

        static final com.google.common.collect.Ordering<VariableDefinitionIdentifier> ORDERING
        Common ordering for all implementing objects.
    • Method Detail

      • getKey

        @NotNull
        @NotNull String getKey()
        Variable key as defined in UI
        Returns:
        variable key
      • getValue

        @Nullable
        @Nullable String getValue()
        Variable value
      • getVariableType

        VariableType getVariableType()
        VariableType shows the source of variable value as it was evaluated before build execution
        Returns: