public class ServiceFabricPublishStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ServiceFabricPublishStep.DescriptorImpl |
Constructor and Description |
---|
ServiceFabricPublishStep() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
String |
getApplicationType() |
String |
getAzureCredentialsId() |
String |
getClientCert() |
String |
getClientKey() |
String |
getConfigureType() |
ServiceFabricPublishStep.DescriptorImpl |
getDescriptor() |
String |
getManagementHost() |
String |
getManifestPath() |
String |
getResourceGroup() |
String |
getServiceFabric() |
void |
runStep(org.jenkinsci.plugins.workflow.steps.StepContext context,
hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setApplicationName(String applicationName) |
void |
setApplicationType(String applicationType) |
void |
setAzureCredentialsId(String azureCredentialsId) |
void |
setClientCert(String clientCert) |
void |
setClientKey(String clientKey) |
void |
setConfigureType(String configureType) |
void |
setManagementHost(String managementHost) |
void |
setManifestPath(String manifestPath) |
void |
setResourceGroup(String resourceGroup) |
void |
setServiceFabric(String serviceFabric) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
This method will be invoked by the Pipeline, when the function defined in
ServiceFabricPublishStep.DescriptorImpl.getFunctionName() is called. |
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
ServiceFabricPublishStep.DescriptorImpl.getFunctionName()
is called.start
in class org.jenkinsci.plugins.workflow.steps.Step
context
- the context of the step.public ServiceFabricPublishStep.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>
getDescriptor
in class org.jenkinsci.plugins.workflow.steps.Step
public void runStep(@Nullable org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
InterruptedException
IOException
public String getConfigureType()
@DataBoundSetter public void setConfigureType(String configureType)
public String getAzureCredentialsId()
@DataBoundSetter public void setAzureCredentialsId(String azureCredentialsId)
public String getResourceGroup()
@DataBoundSetter public void setResourceGroup(String resourceGroup)
public String getServiceFabric()
@DataBoundSetter public void setServiceFabric(String serviceFabric)
public String getManagementHost()
@DataBoundSetter public void setManagementHost(String managementHost)
public String getApplicationName()
@DataBoundSetter public void setApplicationName(String applicationName)
public String getApplicationType()
@DataBoundSetter public void setApplicationType(String applicationType)
public String getManifestPath()
@DataBoundSetter public void setManifestPath(String manifestPath)
public String getClientKey()
@DataBoundSetter public void setClientKey(String clientKey)
public String getClientCert()
@DataBoundSetter public void setClientCert(String clientCert)
Copyright © 2016–2019. All rights reserved.