Package io.jenkins.blueocean.rest.model
Class BluePipelineCreateRequest
java.lang.Object
io.jenkins.blueocean.rest.model.BluePipelineCreateRequest
Pipeline create request.
- Author:
- Vivek Pandey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract BluePipeline
create
(BlueOrganization organization, Reachable parent) Create an instance ofBluePipeline
from the given request.getName()
Name of the pipelinevoid
-
Constructor Details
-
BluePipelineCreateRequest
public BluePipelineCreateRequest()
-
-
Method Details
-
getName
Name of the pipeline -
setName
-
create
@CheckForNull public abstract BluePipeline create(@NonNull BlueOrganization organization, @NonNull Reachable parent) throws IOException Create an instance ofBluePipeline
from the given request.- Returns:
- created pipeline
- Throws:
IOException
-