org.openengsb.domain.build
Interface BuildDomain
- All Superinterfaces:
- org.openengsb.core.api.Domain, org.openengsb.core.api.OpenEngSBService
public interface BuildDomain
- extends org.openengsb.core.api.Domain
This domain can be used to build projects. The affected project is usually configured in the respective tool
connector.
|
Method Summary |
String |
build()
build the currently configured project. |
void |
build(long processId)
build the currently configured project. |
| Methods inherited from interface org.openengsb.core.api.Domain |
getAliveState |
| Methods inherited from interface org.openengsb.core.api.OpenEngSBService |
getInstanceId |
build
String build()
- build the currently configured project. This method returns at once with an id. The build is conducted
asynchronously. The result can be retrieved using the events raised by this domain, which also contain the id.
build
void build(long processId)
- build the currently configured project. This method returns at once with an id. The build is conducted
asynchronously. As soon as the build is finished an event is raised. The processId-field of the event must be
populated with the supplied processId.
Copyright © 2009-2011. All Rights Reserved.