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

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

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

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

Methods in org.hudsonci.maven.model.state that return ProfileDTO
 ProfileDTO ObjectFactory.createProfileDTO()
          Create an instance of ProfileDTO
 ProfileDTO ProfileDTO.withActive(boolean value)
           
 ProfileDTO ProfileDTO.withId(String value)
           
 ProfileDTO ProfileDTO.withSource(String value)
           
 

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

Methods in org.hudsonci.maven.model.state with parameters of type ProfileDTO
 MavenProjectDTO MavenProjectDTO.withProfiles(ProfileDTO... values)
           
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.