Uses of Class
org.hudsonci.rest.model.UserDTO

Packages that use UserDTO
org.hudsonci.rest.model   
org.hudsonci.rest.model.build   
 

Uses of UserDTO in org.hudsonci.rest.model
 

Fields in org.hudsonci.rest.model declared as UserDTO
protected  UserDTO StatusDTO.user
           
 

Methods in org.hudsonci.rest.model that return UserDTO
 UserDTO ObjectFactory.createUserDTO()
          Create an instance of UserDTO
 UserDTO StatusDTO.getUser()
          Gets the value of the user property.
 UserDTO UserDTO.withDescription(String value)
           
 UserDTO UserDTO.withFullName(String value)
           
 UserDTO UserDTO.withId(String value)
           
 

Methods in org.hudsonci.rest.model with parameters of type UserDTO
 void StatusDTO.setUser(UserDTO value)
          Sets the value of the user property.
 StatusDTO StatusDTO.withUser(UserDTO value)
           
 

Uses of UserDTO in org.hudsonci.rest.model.build
 

Fields in org.hudsonci.rest.model.build declared as UserDTO
protected  UserDTO ChangeEntryDTO.author
           
 

Methods in org.hudsonci.rest.model.build that return UserDTO
 UserDTO ChangeEntryDTO.getAuthor()
          Gets the value of the author property.
 

Methods in org.hudsonci.rest.model.build with parameters of type UserDTO
 void ChangeEntryDTO.setAuthor(UserDTO value)
          Sets the value of the author property.
 ChangeEntryDTO ChangeEntryDTO.withAuthor(UserDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.