Interface ArtifactSource.DefinitionStages.WithArtifactRoot

All Known Subinterfaces:
ArtifactSource.Definition, ArtifactSource.DefinitionStages.WithCreate
Enclosing interface:
ArtifactSource.DefinitionStages

public static interface ArtifactSource.DefinitionStages.WithArtifactRoot
The stage of the ArtifactSource definition allowing to specify artifactRoot.
  • Method Summary

    Modifier and Type
    Method
    Description
    withArtifactRoot(String artifactRoot)
    Specifies the artifactRoot property: The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts.
  • Method Details

    • withArtifactRoot

      ArtifactSource.DefinitionStages.WithCreate withArtifactRoot(String artifactRoot)
      Specifies the artifactRoot property: The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found..
      Parameters:
      artifactRoot - The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.
      Returns:
      the next definition stage.