Package io.jenkins.blueocean.rest.model
Class BluePipelineContainer
java.lang.Object
io.jenkins.blueocean.rest.model.Container<BluePipeline>
io.jenkins.blueocean.rest.model.BluePipelineContainer
- All Implemented Interfaces:
Pageable<BluePipeline>
,Reachable
,Iterable<BluePipeline>
BluePipeline container
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BluePipelineCreateRequest request) create
(net.sf.json.JSONObject body, org.kohsuke.stapler.StaplerRequest staplerRequest) Create new pipeline.Methods inherited from class io.jenkins.blueocean.rest.model.Container
get, getDynamic, iterator, list
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
organization
-
-
Constructor Details
-
BluePipelineContainer
-
-
Method Details
-
create
@POST @WebMethod(name="") public CreateResponse create(@JsonBody net.sf.json.JSONObject body, org.kohsuke.stapler.StaplerRequest staplerRequest) throws IOException Create new pipeline.- Parameters:
body
-BluePipelineCreateRequest
request object- Returns:
CreateResponse
response- Throws:
IOException
-
create
- Throws:
IOException
-