Class PipelineBlueprint

    • Method Detail

      • blueprintName

        public final String blueprintName()

        The name of the blueprint.

        Returns:
        The name of the blueprint.
      • pipelineConfigurationBody

        public final String pipelineConfigurationBody()

        The YAML configuration of the blueprint.

        Returns:
        The YAML configuration of the blueprint.
      • displayName

        public final String displayName()

        The display name of the blueprint.

        Returns:
        The display name of the blueprint.
      • displayDescription

        public final String displayDescription()

        A description of the blueprint.

        Returns:
        A description of the blueprint.
      • service

        public final String service()

        The name of the service that the blueprint is associated with.

        Returns:
        The name of the service that the blueprint is associated with.
      • useCase

        public final String useCase()

        The use case that the blueprint relates to.

        Returns:
        The use case that the blueprint relates to.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)