| Modifier and Type | Method and Description |
|---|---|
MSDeployParameterEntry |
MSDeployParameterEntry.withName(String name)
Set the name value.
|
MSDeployParameterEntry |
MSDeployParameterEntry.withValue(String value)
Set the value value.
|
| Modifier and Type | Method and Description |
|---|---|
List<MSDeployParameterEntry> |
MSDeployCore.setParameters()
Get the setParameters value.
|
| Modifier and Type | Method and Description |
|---|---|
MSDeployCore |
MSDeployCore.withSetParameters(List<MSDeployParameterEntry> setParameters)
Set the setParameters value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/