public class EDASEcsDeploySetup extends BaseSetup
限定符和类型 | 类和说明 |
---|---|
static class |
EDASEcsDeploySetup.DescriptorImpl |
构造器和说明 |
---|
EDASEcsDeploySetup(String namespace,
String credentialId,
String group,
String appId,
String targetObject) |
限定符和类型 | 方法和说明 |
---|---|
String |
getAppId() |
String |
getBatch() |
String |
getBatchWaitTime() |
String |
getCredentialId() |
static EDASEcsDeploySetup.DescriptorImpl |
getDesc() |
String |
getEndpoint() |
String |
getGroup() |
String |
getNamespace() |
String |
getRegion() |
String |
getReleaseType() |
String |
getTargetObject() |
String |
getVersionDescriptionFormat() |
String |
getVersionLabelFormat() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setBatch(String batch) |
void |
setBatchWaitTime(String batchWaitTime) |
void |
setEndpoint(String endpoint) |
void |
setReleaseType(String releaseType) |
void |
setVersionDescriptionFormat(String versionDescriptionFormat) |
void |
setVersionLabelFormat(String versionLabelFormat) |
getDescriptor
public String getRegion()
public String getAppId()
public String getVersionLabelFormat()
public String getVersionDescriptionFormat()
public String getCredentialId()
public String getNamespace()
public String getGroup()
public String getBatch()
public String getBatchWaitTime()
public String getTargetObject()
public String getReleaseType()
public String getEndpoint()
@DataBoundSetter public void setVersionLabelFormat(String versionLabelFormat)
@DataBoundSetter public void setVersionDescriptionFormat(String versionDescriptionFormat)
@DataBoundSetter public void setBatch(String batch)
@DataBoundSetter public void setBatchWaitTime(String batchWaitTime)
@DataBoundSetter public void setReleaseType(String releaseType)
@DataBoundSetter public void setEndpoint(String endpoint)
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform
在类中 BaseSetup
InterruptedException
IOException
public static EDASEcsDeploySetup.DescriptorImpl getDesc()
Copyright © 2016–2020. All rights reserved.