It's all about the answers!

Ask a question

how to deliver a component without creating a changeset -using java API


nanda S (201619) | asked Jul 01 '14, 2:59 a.m.

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



permanent link
Ralph Schoon (62.7k33643) | 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.

Your answer


Register or to post your answer.