Interface ArtifactSource.DefinitionStages.WithSecurityToken

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

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

    • withSecurityToken

      ArtifactSource.DefinitionStages.WithCreate withSecurityToken(String securityToken)
      Specifies the securityToken property: The security token to authenticate to the artifact source..
      Parameters:
      securityToken - The security token to authenticate to the artifact source.
      Returns:
      the next definition stage.