Uses of Class
com.collabnet.ce.soap60.webservices.tracker.Artifact3SoapDO
Packages that use Artifact3SoapDO
-
Uses of Artifact3SoapDO in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that return Artifact3SoapDOModifier and TypeMethodDescriptionITrackerAppSoap.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, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.TrackerAppSoap.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, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.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, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Simulate a call to createArtifact4TrackerAppSoapStub.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, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) ITrackerAppSoap.getArtifactData3
(String sessionId, String artifactId) Returns data associated with the specified artifact.TrackerAppSoap.getArtifactData3
(String sessionId, String artifactId) Returns data associated with the specified artifact.TrackerAppSoapMockStub.getArtifactData3
(String sessionId, String artifactId) Simulate a call to getArtifactData3TrackerAppSoapStub.getArtifactData3
(String sessionId, String artifactId) Methods in com.collabnet.ce.soap60.webservices.tracker with parameters of type Artifact3SoapDOModifier and TypeMethodDescriptionvoid
TrackerAppSoapMockStub.prepareSetArtifactData4
(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments) Prepare a simulated response to setArtifactData4void
TrackerAppSoapMockStub.prepareSetArtifactData4
(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments, Exception exception) Prepare a simulated response to setArtifactData4void
ITrackerAppSoap.setArtifactData4
(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments) Sets data associated along with multiple attachments with the specified artifact.void
TrackerAppSoap.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 setArtifactData4void
TrackerAppSoapStub.setArtifactData4
(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments)