Uses of Class
hudson.plugins.sfee.webservice.SoapFieldValues

Packages that use SoapFieldValues
hudson.plugins.sfee.webservice   
 

Uses of SoapFieldValues in hudson.plugins.sfee.webservice
 

Methods in hudson.plugins.sfee.webservice that return SoapFieldValues
 SoapFieldValues ArtifactSoapDO.getFlexFields()
          Gets the flexFields value for this ArtifactSoapDO.
 SoapFieldValues ArtifactDetailSoapRow.getFlexFields()
          Gets the flexFields value for this ArtifactDetailSoapRow.
 

Methods in hudson.plugins.sfee.webservice with parameters of type SoapFieldValues
 ArtifactSoapDO TrackerAppSoapBindingStub.createArtifact(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedHours, String assignedUsername, String releaseId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId)
           
 ArtifactSoapDO TrackerAppSoap.createArtifact(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedHours, String assignedUsername, String releaseId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId)
           
 void ArtifactSoapDO.setFlexFields(SoapFieldValues flexFields)
          Sets the flexFields value for this ArtifactSoapDO.
 void ArtifactDetailSoapRow.setFlexFields(SoapFieldValues flexFields)
          Sets the flexFields value for this ArtifactDetailSoapRow.
 

Constructors in hudson.plugins.sfee.webservice with parameters of type SoapFieldValues
ArtifactDetailSoapRow(int actualHours, String artifactGroup, String assignedToFullname, String assignedToUsername, String category, Calendar closeDate, String customer, String description, int estimatedHours, SoapFieldValues flexFields, String folderId, String folderPathString, String folderTitle, String id, Calendar lastModifiedDate, int priority, String projectId, String projectPathString, String projectTitle, String reportedInReleaseTitle, String resolvedInReleaseTitle, String status, String statusClass, String submittedByFullname, String submittedByUsername, Calendar submittedDate, String title, int version)
           
ArtifactSoapDO(String createdBy, Calendar createdDate, String id, String lastModifiedBy, Calendar lastModifiedDate, int version, String folderId, String path, String title, int actualHours, String assignedTo, String category, Calendar closeDate, String customer, String description, int estimatedHours, SoapFieldValues flexFields, String group, int priority, String reportedReleaseId, String resolvedReleaseId, String status, String statusClass)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.