public class ArtifactView extends DeployableView
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactView.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
location |
name, properties, tags, type| Constructor and Description |
|---|
ArtifactView(java.lang.String type,
java.lang.String name,
java.lang.String location,
java.lang.String tags,
java.util.List<NameValuePair> properties) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.engine.packager.content.DarMember |
newDarMember(DeployitTypes deployitTypes,
hudson.FilePath workspace,
hudson.EnvVars envVars,
JenkinsDeploymentListener listener) |
getDescriptor, getName, getType@DataBoundConstructor
public ArtifactView(java.lang.String type,
java.lang.String name,
java.lang.String location,
java.lang.String tags,
java.util.List<NameValuePair> properties)
public com.xebialabs.deployit.engine.packager.content.DarMember newDarMember(DeployitTypes deployitTypes, hudson.FilePath workspace, hudson.EnvVars envVars, JenkinsDeploymentListener listener)
newDarMember in class DeployableView