Interface ArtifactSource.UpdateStages.WithSourceType

All Known Subinterfaces:
ArtifactSource.Update
Enclosing interface:
ArtifactSource.UpdateStages

public static interface ArtifactSource.UpdateStages.WithSourceType
The stage of the ArtifactSource update allowing to specify sourceType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSourceType(String sourceType)
    Specifies the sourceType property: The type of artifact source used..
  • Method Details

    • withSourceType

      ArtifactSource.Update withSourceType(String sourceType)
      Specifies the sourceType property: The type of artifact source used..
      Parameters:
      sourceType - The type of artifact source used.
      Returns:
      the next definition stage.