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 Summary
Modifier and TypeMethodDescriptionwithAuthentication(Authentication authentication) Specifies the authentication property: The authentication method to use to access the artifact source..
-
Method Details
-
withAuthentication
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.
-