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

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

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

Fields in org.hudsonci.maven.model.state with type parameters of type ArtifactActionDTO
protected  List<ArtifactActionDTO> ArtifactDTO.actions
           
 

Methods in org.hudsonci.maven.model.state that return ArtifactActionDTO
 ArtifactActionDTO ObjectFactory.createArtifactActionDTO()
          Create an instance of ArtifactActionDTO
 ArtifactActionDTO ArtifactActionDTO.withOperation(ArtifactOperationDTO value)
           
 ArtifactActionDTO ArtifactActionDTO.withProjectId(String value)
           
 

Methods in org.hudsonci.maven.model.state that return types with arguments of type ArtifactActionDTO
 List<ArtifactActionDTO> ArtifactDTO.getActions()
          Gets the value of the actions property.
 

Methods in org.hudsonci.maven.model.state with parameters of type ArtifactActionDTO
 ArtifactDTO ArtifactDTO.withActions(ArtifactActionDTO... values)
           
 

Method parameters in org.hudsonci.maven.model.state with type arguments of type ArtifactActionDTO
 ArtifactDTO ArtifactDTO.withActions(Collection<ArtifactActionDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.