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 IXMSPublishConfig
public String getXcpAppConfigPath()
getXcpAppConfigPath
in interface IXMSPublishConfig
public String getEnvironment()
getEnvironment
in interface IXMSPublishConfig
public DeployMethod getDeployMethod()
getDeployMethod
in interface IXMSPublishConfig
public DataPolicy getDataPolicy()
getDataPolicy
in interface IXMSPublishConfig
public DeployEnvType getDeployEnvType()
getDeployEnvType
in interface IXMSPublishConfig
public boolean isXploreIndexing()
isXploreIndexing
in interface IXMSPublishConfig
public boolean isValidateOnly()
isValidateOnly
in interface IXMSPublishConfig
public Integer getBatchSize()
getBatchSize
in interface IXMSPublishConfig
public String getXmsUsername()
getXmsUsername
in interface IXMSPublishConfig
public String getXmsPassword()
getXmsPassword
in interface IXMSPublishConfig
public String getXmsServerHost()
getXmsServerHost
in interface IXMSPublishConfig
public String getXmsServerPort()
getXmsServerPort
in interface IXMSPublishConfig
public String getXmsServerSchema()
getXmsServerSchema
in interface IXMSPublishConfig
public String getXmsServerContextPath()
getXmsServerContextPath
in interface IXMSPublishConfig
public String getXmsToolsPath()
getXmsToolsPath
in interface IXMSPublishConfig
public String getXcpEnvId()
public String getWorkPath()
public String getJavaOpts()
getJavaOpts
in interface IXMSPublishConfig
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public XMSPublisherDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
Copyright © 2004-2016 VILT Group. All Rights Reserved.