| Modifier and Type | Method and Description | 
|---|---|
Relocation | 
Relocation.Builder.build()  | 
Relocation | 
DistributionManagement.getRelocation()
Relocation information of the artifact if it has been moved to a new group ID
 and/or artifact ID. 
 | 
static Relocation | 
Relocation.newInstance()
Creates a new  
Relocation instance. | 
static Relocation | 
Relocation.newInstance(boolean withDefaults)
Creates a new  
Relocation instance using default values or not. | 
Relocation | 
Relocation.withArtifactId(String artifactId)
Creates a new  
Relocation instance using the specified artifactId. | 
Relocation | 
Relocation.withGroupId(String groupId)
Creates a new  
Relocation instance using the specified groupId. | 
Relocation | 
Relocation.withMessage(String message)
Creates a new  
Relocation instance using the specified message. | 
Relocation | 
Relocation.withVersion(String version)
Creates a new  
Relocation instance using the specified version. | 
| Modifier and Type | Method and Description | 
|---|---|
static Relocation.Builder | 
Relocation.newBuilder(Relocation from)
Creates a new  
Relocation builder instance using the specified object as a basis. | 
static Relocation.Builder | 
Relocation.newBuilder(Relocation from,
          boolean forceCopy)
Creates a new  
Relocation builder instance using the specified object as a basis. | 
DistributionManagement.Builder | 
DistributionManagement.Builder.relocation(Relocation relocation)  | 
DistributionManagement | 
DistributionManagement.withRelocation(Relocation relocation)
Creates a new  
DistributionManagement instance using the specified relocation. | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.