Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.tracker |
Modifier and Type | Method and Description |
---|---|
Artifact3SoapDO |
TrackerAppSoapStub.createArtifact4(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,
String[] tagNames) |
Artifact3SoapDO |
ITrackerAppSoap.createArtifact4(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,
String[] tagNames)
Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.
|
Artifact3SoapDO |
TrackerAppSoapMockStub.createArtifact4(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,
String[] tagNames)
Simulate a call to createArtifact4
|
Artifact3SoapDO |
TrackerAppSoapStub.getArtifactData3(String sessionId,
String artifactId) |
Artifact3SoapDO |
ITrackerAppSoap.getArtifactData3(String sessionId,
String artifactId)
Returns data associated with the specified artifact.
|
Artifact3SoapDO |
TrackerAppSoapMockStub.getArtifactData3(String sessionId,
String artifactId)
Simulate a call to getArtifactData3
|
Modifier and Type | Method and Description |
---|---|
void |
TrackerAppSoapMockStub.prepareSetArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData4
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData4
|
void |
TrackerAppSoapStub.setArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
void |
ITrackerAppSoap.setArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Sets data associated along with multiple attachments with the specified artifact.
|
void |
TrackerAppSoapMockStub.setArtifactData4(String sessionId,
Artifact3SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData4
|
Copyright © 2017 CollabNet. All Rights Reserved.