com.xebialabs.deployit.ci
Class ResourceView

java.lang.Object
  extended by com.xebialabs.deployit.ci.DeployableView
      extended by com.xebialabs.deployit.ci.ResourceView
All Implemented Interfaces:
hudson.model.Describable<DeployableView>

public class ResourceView
extends DeployableView


Nested Class Summary
static class ResourceView.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class com.xebialabs.deployit.ci.DeployableView
name, properties, tags, type
 
Constructor Summary
ResourceView(java.lang.String type, java.lang.String name, java.lang.String tags, java.util.List<NameValuePair> properties)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.ci.DeployableView
getDescriptor, getName, getType, newDarMember
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceView

@DataBoundConstructor
public ResourceView(java.lang.String type,
                                         java.lang.String name,
                                         java.lang.String tags,
                                         java.util.List<NameValuePair> properties)