| Modifier and Type | Method and Description |
|---|---|
static FluentSiteBuilder |
FluentSiteBuilder.newSite()
Contains the information needed for deploying websites.
|
FluentSiteBuilder |
FluentSiteBuilder.withId(java.lang.String id)
Set a unique identifier for a deployment location.
|
FluentSiteBuilder |
FluentSiteBuilder.withLocation(java.lang.Object key,
org.apache.maven.model.InputLocation location) |
FluentSiteBuilder |
FluentSiteBuilder.withName(java.lang.String name)
Set human readable name of the deployment location.
|
FluentSiteBuilder |
FluentSiteBuilder.withUrl(java.lang.String url)
Set the url of the location where website is deployed, in
the form
protocol://hostname/path. |
| Modifier and Type | Method and Description |
|---|---|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSite(FluentSiteBuilder site)
Set information needed for deploying the web site of the
project.
|
Copyright © 2014 Yandex. All Rights Reserved.