Uses of Class
org.hudsonci.maven.model.state.ArtifactDTO

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)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.