| Modifier and Type | Method and Description |
|---|---|
static FluentRelocationBuilder |
FluentRelocationBuilder.newRelocation() |
FluentRelocationBuilder |
FluentRelocationBuilder.withArtifactId(java.lang.String artifactId)
Set the new artifact ID of the artifact.
|
FluentRelocationBuilder |
FluentRelocationBuilder.withGroupId(java.lang.String groupId)
Set the group ID the artifact has moved to.
|
FluentRelocationBuilder |
FluentRelocationBuilder.withLocation(java.lang.Object key,
org.apache.maven.model.InputLocation location) |
FluentRelocationBuilder |
FluentRelocationBuilder.withMessage(java.lang.String message)
Set an additional message to show the user about the move,
such as the reason.
|
FluentRelocationBuilder |
FluentRelocationBuilder.withVersion(java.lang.String version)
Set the new version of the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRelocation(FluentRelocationBuilder relocation)
Set relocation information of the artifact if it has been
moved to a new group ID and/or artifact ID.
|
Copyright © 2014 Yandex. All Rights Reserved.