| Package | Description |
|---|---|
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
MavenArtifact |
MavenModuleRecord.getMainArtifact() |
MavenArtifact |
MavenModuleRecord.getPomArtifact() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenArtifact> |
MavenModuleRecord.getAttachedArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenModuleRecord.setMainArtifact(MavenArtifact mainArtifact) |
void |
MavenModuleRecord.setPomArtifact(MavenArtifact pomArtifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenModuleRecord.setAttachedArtifacts(List<MavenArtifact> attachedArtifacts) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.