Interface RTAArtifact.Builder

Enclosing class:
RTAArtifact

public static interface RTAArtifact.Builder
Builder helper class.
  • Method Details

    • name

      RTAArtifact.Builder1 name(@Nonnull String name)
      Set the name of this RTAArtifact instance.
      Parameters:
      name - Name of the artifact; this is used for dependent pipelines to resolve an artifact
      Returns:
      The RTAArtifact builder.