ProjectFile.DefinitionStages.WithProperties Interface
public static interface ProjectFile.DefinitionStages.WithProperties
The stage of the ProjectFile definition allowing to specify properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withProperties(ProjectFileProperties properties)
Specifies the properties property: Custom file properties. |
Method Details
withProperties
public abstract ProjectFile.DefinitionStages.WithCreate withProperties(ProjectFileProperties properties)
Specifies the properties property: Custom file properties.
Parameters:
Returns: