how to deliver a component without creating a changeset -using java API
![]() Hi I am using the java API to deliver the changeset to the stream. instead i want to do the below given operations -Is it possible to deliver the component to the stream without creating a changeset. -Is it possible to deliver the components alone not the changeset
Regards - NANDA |
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jul 01 '14, 3:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can add a component to a stream without using a deliver operation. You don't need a change set for that.
See https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/ for API details. |