| Package | Description |
|---|---|
| org.eclipse.jkube.kit.common |
| Modifier and Type | Method and Description |
|---|---|
Maintainer |
Maintainer.MaintainerBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Maintainer> |
JavaProject.getMaintainers()
List of Maintainers involved with the project.
|
| Modifier and Type | Method and Description |
|---|---|
JavaProject.JavaProjectBuilder |
JavaProject.JavaProjectBuilder.maintainer(Maintainer maintainer) |
| Modifier and Type | Method and Description |
|---|---|
JavaProject.JavaProjectBuilder |
JavaProject.JavaProjectBuilder.maintainers(Collection<? extends Maintainer> maintainers) |
void |
JavaProject.setMaintainers(List<Maintainer> maintainers)
List of Maintainers involved with the project.
|
| Constructor and Description |
|---|
JavaProject(String name,
String groupId,
String artifactId,
String version,
File outputDirectory,
File baseDirectory,
File buildDirectory,
File buildPackageDirectory,
Properties properties,
List<String> compileClassPathElements,
List<Dependency> dependencies,
List<Dependency> dependenciesWithTransitive,
List<Plugin> plugins,
String site,
String description,
String organizationName,
String documentationUrl,
String buildFinalName,
File artifact,
File localRepositoryBaseDirectory,
String packaging,
String issueManagementSystem,
String issueManagementUrl,
String url,
String scmUrl,
String scmTag,
List<Maintainer> maintainers) |
Copyright © 2021. All rights reserved.