Uses of Class
com.sonyericsson.hudson.plugins.metadata.model.values.TreeNodeMetadataValue

Packages that use TreeNodeMetadataValue
com.sonyericsson.hudson.plugins.metadata.model.values   
 

Uses of TreeNodeMetadataValue in com.sonyericsson.hudson.plugins.metadata.model.values
 

Methods in com.sonyericsson.hudson.plugins.metadata.model.values that return TreeNodeMetadataValue
 TreeNodeMetadataValue TreeNodeMetadataValue.clone()
           
static TreeNodeMetadataValue TreeStructureUtil.createPath(AbstractMetadataValue leaf, boolean generated, String... parentPath)
          Creates a tree structured path with the provided leaf at the end.
static TreeNodeMetadataValue TreeStructureUtil.createPath(AbstractMetadataValue leaf, String... parentPath)
          Creates a tree structured path with the provided leaf at the end.
static TreeNodeMetadataValue TreeStructureUtil.createPath(Date value, String description, boolean exposedToEnvironment, String... path)
          Creates a path where the last element is a string with the provided value and description.
static TreeNodeMetadataValue TreeStructureUtil.createPath(String value, String description, boolean generated, boolean exposedToEnvironment, String... path)
          Creates a path where the last element is a string with the provided value and description.
static TreeNodeMetadataValue TreeStructureUtil.createPath(String value, String description, String... path)
          Creates a path where the last element is a string with the provided value and description.
static TreeNodeMetadataValue[] TreeStructureUtil.createTreePath(String description, boolean generated, String... path)
          Creates a straight tree-path.
static TreeNodeMetadataValue[] TreeStructureUtil.createTreePath(String description, String... path)
          Creates a straight tree-path.
 



Copyright © 2004-2013. All Rights Reserved.