|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArtifactDTO | |
|---|---|
| org.hudsonci.maven.model.state | |
| Uses of ArtifactDTO in org.hudsonci.maven.model.state |
|---|
| Fields in org.hudsonci.maven.model.state with type parameters of type ArtifactDTO | |
|---|---|
protected List<ArtifactDTO> |
BuildStateDTO.artifacts
|
| Methods in org.hudsonci.maven.model.state that return ArtifactDTO | |
|---|---|
ArtifactDTO |
ObjectFactory.createArtifactDTO()
Create an instance of ArtifactDTO |
ArtifactDTO |
ArtifactDTO.withActions(ArtifactActionDTO... values)
|
ArtifactDTO |
ArtifactDTO.withActions(Collection<ArtifactActionDTO> values)
|
ArtifactDTO |
ArtifactDTO.withArchivedFile(String value)
|
ArtifactDTO |
ArtifactDTO.withConsumingProjects(Collection<String> values)
|
ArtifactDTO |
ArtifactDTO.withConsumingProjects(String... values)
|
ArtifactDTO |
ArtifactDTO.withCoordinates(MavenCoordinatesDTO value)
|
ArtifactDTO |
ArtifactDTO.withCreatedProject(String value)
|
ArtifactDTO |
ArtifactDTO.withDependentProjects(Collection<String> values)
|
ArtifactDTO |
ArtifactDTO.withDependentProjects(String... values)
|
ArtifactDTO |
ArtifactDTO.withRepositoryFile(String value)
|
ArtifactDTO |
ArtifactDTO.withType(String value)
|
| Methods in org.hudsonci.maven.model.state that return types with arguments of type ArtifactDTO | |
|---|---|
List<ArtifactDTO> |
BuildStateDTO.getArtifacts()
Gets the value of the artifacts property. |
| Methods in org.hudsonci.maven.model.state with parameters of type ArtifactDTO | |
|---|---|
static File |
ArtifactDTOHelper.getFile(ArtifactDTO artifact)
Creates a File for the artifacts location if available. |
BuildStateDTO |
BuildStateDTO.withArtifacts(ArtifactDTO... values)
|
| Method parameters in org.hudsonci.maven.model.state with type arguments of type ArtifactDTO | |
|---|---|
BuildStateDTO |
BuildStateDTO.withArtifacts(Collection<ArtifactDTO> values)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||