public abstract class DeployableView extends java.lang.Object implements hudson.model.Describable<DeployableView>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
java.util.List<NameValuePair> |
properties |
java.lang.String |
tags |
java.lang.String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
DeployableView(java.lang.String type,
java.lang.String name,
java.lang.String tags,
java.util.List<NameValuePair> properties) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<DeployableView> |
getDescriptor() |
java.lang.String |
getName() |
java.lang.String |
getType() |
com.xebialabs.deployit.engine.packager.content.DarMember |
newDarMember(DeployitTypes deployitTypes,
hudson.FilePath workspace,
hudson.EnvVars envVars,
JenkinsDeploymentListener listener) |
public java.lang.String type
public java.lang.String name
public java.lang.String tags
public java.util.List<NameValuePair> properties
protected DeployableView(java.lang.String type,
java.lang.String name,
java.lang.String tags,
java.util.List<NameValuePair> properties)
public java.lang.String getType()
public java.lang.String getName()
public com.xebialabs.deployit.engine.packager.content.DarMember newDarMember(DeployitTypes deployitTypes, hudson.FilePath workspace, hudson.EnvVars envVars, JenkinsDeploymentListener listener)
public hudson.model.Descriptor<DeployableView> getDescriptor()
getDescriptor in interface hudson.model.Describable<DeployableView>