| Package | Description |
|---|---|
| hudson.plugins.sfee.webservice |
| Modifier and Type | Method and Description |
|---|---|
SoapFieldValues |
ArtifactSoapDO.getFlexFields()
Gets the flexFields value for this ArtifactSoapDO.
|
SoapFieldValues |
ArtifactDetailSoapRow.getFlexFields()
Gets the flexFields value for this ArtifactDetailSoapRow.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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-2014 Hudson. All Rights Reserved.