Package io.jenkins.plugins.azurecosmosdb
Class AzureCosmosDBCreateDocumentStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.azurecosmosdb.AzureCosmosDBCreateDocumentStep
-
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AzureCosmosDBCreateDocumentStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureCosmosDBCreateDocumentStep.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AzureCosmosDBCreateDocumentStep(String credentialsId, String database, String container, Object document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainer()StringgetCredentialsId()StringgetDatabase()ObjectgetDocument()org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Method Detail
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getDocument
public Object getDocument()
-
getDatabase
public String getDatabase()
-
getContainer
public String getContainer()
-
getCredentialsId
public String getCredentialsId()
-
-