Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.tracker |
Modifier and Type | Method and Description |
---|---|
Artifact2SoapDO |
ITrackerAppSoap.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Creates a new artifact with calculate the autosumming_point attachments.
|
Artifact2SoapDO |
TrackerAppSoapMockStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Simulate a call to createArtifact3
|
Artifact2SoapDO |
TrackerAppSoapStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments) |
Artifact2SoapDO |
ITrackerAppSoap.getArtifactData2(String sessionId,
String artifactId)
Returns data associated with the specified artifact.
|
Artifact2SoapDO |
TrackerAppSoapMockStub.getArtifactData2(String sessionId,
String artifactId)
Simulate a call to getArtifactData2
|
Artifact2SoapDO |
TrackerAppSoapStub.getArtifactData2(String sessionId,
String artifactId) |
Artifact2SoapDO |
ITrackerAppSoap.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Moves an artifact to a specified target folder.
|
Artifact2SoapDO |
TrackerAppSoapMockStub.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Simulate a call to moveArtifact2
|
Artifact2SoapDO |
TrackerAppSoapStub.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
Modifier and Type | Method and Description |
---|---|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData3
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData3
|
void |
ITrackerAppSoap.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Sets data associated along with multiple attachments with the specified artifact.
|
void |
TrackerAppSoapMockStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData3
|
void |
TrackerAppSoapStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Copyright © 2016 CollabNet. All Rights Reserved.