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