| Package | Description |
|---|---|
| hudson.plugins.sfee.webservice |
| 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) |
ArtifactSoapDO |
TrackerAppSoapBindingStub.getArtifactData(String sessionId,
String artifactId) |
ArtifactSoapDO |
TrackerAppSoap.getArtifactData(String sessionId,
String artifactId) |
ArtifactSoapDO |
TrackerAppSoapBindingStub.moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
ArtifactSoapDO |
TrackerAppSoap.moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackerAppSoapBindingStub.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
void |
TrackerAppSoap.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
Copyright © 2004-2014 Hudson. All Rights Reserved.