Interface ArtifactSource.UpdateStages.WithAuthentication

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

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

    Modifier and Type
    Method
    Description
    Specifies the authentication property: The authentication method to use to access the artifact source..
  • Method Details

    • withAuthentication

      ArtifactSource.Update withAuthentication(Authentication authentication)
      Specifies the authentication property: The authentication method to use to access the artifact source..
      Parameters:
      authentication - The authentication method to use to access the artifact source.
      Returns:
      the next definition stage.