Interface ArtifactSource.DefinitionStages.WithSourceType
- All Known Subinterfaces:
ArtifactSource.Definition,ArtifactSource.DefinitionStages.WithCreate
- Enclosing interface:
- ArtifactSource.DefinitionStages
public static interface ArtifactSource.DefinitionStages.WithSourceType
The stage of the ArtifactSource definition allowing to specify sourceType.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceType(String sourceType) Specifies the sourceType property: The type of artifact source used..
-
Method Details
-
withSourceType
Specifies the sourceType property: The type of artifact source used..- Parameters:
sourceType- The type of artifact source used.- Returns:
- the next definition stage.
-