Interface ArtifactSource.DefinitionStages.WithAuthentication

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

public static interface ArtifactSource.DefinitionStages.WithAuthentication
The stage of the ArtifactSource definition allowing to specify authentication.
  • Method Details

    • withAuthentication

      ArtifactSource.DefinitionStages.WithCreate 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.