public class XMSPublisher extends hudson.tasks.Notifier implements IXMSPublishConfig
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static XMSPublisherDescriptor |
DESCRIPTOR
Hold an instance of the Descriptor implementation of this publisher.
|
| Constructor and Description |
|---|
XMSPublisher(String xcpEnvId,
String xcpAppPackagePath,
String xcpAppConfigPath,
String environment,
DataPolicy dataPolicy,
DeployMethod deployMethod,
DeployEnvType deployEnvType,
boolean xploreIndexing,
boolean validateOnly,
Integer batchSize,
String xmsUsername,
hudson.util.Secret xmsPassword,
String xmsServerHost,
String xmsServerPort,
String xmsServerSchema,
String xmsServerContextPath,
String workPath,
String javaOpts) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchSize() |
DataPolicy |
getDataPolicy() |
DeployEnvType |
getDeployEnvType() |
DeployMethod |
getDeployMethod() |
XMSPublisherDescriptor |
getDescriptor() |
String |
getEnvironment() |
String |
getJavaOpts() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getWorkPath() |
String |
getXcpAppConfigPath() |
String |
getXcpAppPackagePath() |
String |
getXcpEnvId() |
String |
getXmsPassword() |
String |
getXmsServerContextPath() |
String |
getXmsServerHost() |
String |
getXmsServerPort() |
String |
getXmsServerSchema() |
String |
getXmsToolsPath() |
String |
getXmsUsername() |
boolean |
isValidateOnly() |
boolean |
isXploreIndexing() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final XMSPublisherDescriptor DESCRIPTOR
@DataBoundConstructor public XMSPublisher(String xcpEnvId, String xcpAppPackagePath, String xcpAppConfigPath, String environment, DataPolicy dataPolicy, DeployMethod deployMethod, DeployEnvType deployEnvType, boolean xploreIndexing, boolean validateOnly, Integer batchSize, String xmsUsername, hudson.util.Secret xmsPassword, String xmsServerHost, String xmsServerPort, String xmsServerSchema, String xmsServerContextPath, String workPath, String javaOpts)
public String getXcpAppPackagePath()
getXcpAppPackagePath in interface IXMSPublishConfigpublic String getXcpAppConfigPath()
getXcpAppConfigPath in interface IXMSPublishConfigpublic String getEnvironment()
getEnvironment in interface IXMSPublishConfigpublic DeployMethod getDeployMethod()
getDeployMethod in interface IXMSPublishConfigpublic DataPolicy getDataPolicy()
getDataPolicy in interface IXMSPublishConfigpublic DeployEnvType getDeployEnvType()
getDeployEnvType in interface IXMSPublishConfigpublic boolean isXploreIndexing()
isXploreIndexing in interface IXMSPublishConfigpublic boolean isValidateOnly()
isValidateOnly in interface IXMSPublishConfigpublic Integer getBatchSize()
getBatchSize in interface IXMSPublishConfigpublic String getXmsUsername()
getXmsUsername in interface IXMSPublishConfigpublic String getXmsPassword()
getXmsPassword in interface IXMSPublishConfigpublic String getXmsServerHost()
getXmsServerHost in interface IXMSPublishConfigpublic String getXmsServerPort()
getXmsServerPort in interface IXMSPublishConfigpublic String getXmsServerSchema()
getXmsServerSchema in interface IXMSPublishConfigpublic String getXmsServerContextPath()
getXmsServerContextPath in interface IXMSPublishConfigpublic String getXmsToolsPath()
getXmsToolsPath in interface IXMSPublishConfigpublic String getXcpEnvId()
public String getWorkPath()
public String getJavaOpts()
getJavaOpts in interface IXMSPublishConfigpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic XMSPublisherDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2004-2016 VILT Group. All Rights Reserved.