| Modifier and Type | Method and Description |
|---|---|
ApplicationStack |
ApplicationStack.withDependency(String dependency)
Set application stack dependency.
|
ApplicationStack |
ApplicationStack.withDisplay(String display)
Set application stack display name.
|
ApplicationStack |
ApplicationStack.withFrameworks(List<ApplicationStack> frameworks)
Set list of frameworks associated with application stack.
|
ApplicationStack |
ApplicationStack.withMajorVersions(List<StackMajorVersion> majorVersions)
Set list of major versions available.
|
ApplicationStack |
ApplicationStack.withName(String name)
Set application stack name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationStack> |
ApplicationStack.frameworks()
Get list of frameworks associated with application stack.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationStack |
ApplicationStack.withFrameworks(List<ApplicationStack> frameworks)
Set list of frameworks associated with application stack.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/