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

Packages that use MavenProjectDTO
org.hudsonci.maven.model.state   
 

Uses of MavenProjectDTO in org.hudsonci.maven.model.state
 

Fields in org.hudsonci.maven.model.state with type parameters of type MavenProjectDTO
protected  List<MavenProjectDTO> BuildStateDTO.participatingProjects
           
 

Methods in org.hudsonci.maven.model.state that return MavenProjectDTO
 MavenProjectDTO ObjectFactory.createMavenProjectDTO()
          Create an instance of MavenProjectDTO
 MavenProjectDTO MavenProjectDTO.withBuildSummary(BuildSummaryDTO value)
           
 MavenProjectDTO MavenProjectDTO.withCoordinates(MavenCoordinatesDTO value)
           
 MavenProjectDTO MavenProjectDTO.withName(String value)
           
 MavenProjectDTO MavenProjectDTO.withProfiles(Collection<ProfileDTO> values)
           
 MavenProjectDTO MavenProjectDTO.withProfiles(ProfileDTO... values)
           
 

Methods in org.hudsonci.maven.model.state that return types with arguments of type MavenProjectDTO
 List<MavenProjectDTO> BuildStateDTO.getParticipatingProjects()
          Gets the value of the participatingProjects property.
 

Methods in org.hudsonci.maven.model.state with parameters of type MavenProjectDTO
static String MavenProjectDTOHelper.asId(MavenProjectDTO source)
           
 BuildStateDTO BuildStateDTO.withParticipatingProjects(MavenProjectDTO... values)
           
 

Method parameters in org.hudsonci.maven.model.state with type arguments of type MavenProjectDTO
 BuildStateDTO BuildStateDTO.withParticipatingProjects(Collection<MavenProjectDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.