org.hudsonci.plugins.vault
Class Package

java.lang.Object
  extended by org.hudsonci.plugins.vault.Package
All Implemented Interfaces:
Serializable

public class Package
extends Object
implements Serializable

Represents the configuration of a set of files to be installed on a node.

Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
Package()
           
 
Method Summary
 File getCacheFile()
           
 String getDescription()
           
 String getExcludes()
           
 UUID getId()
           
 String getIncludes()
           
 String getPath()
           
 com.google.common.collect.Multimap<String,String> getProperties()
           
 boolean isCached()
           
 void setCacheFile(File file)
           
 void setDescription(String description)
           
 void setExcludes(String excludes)
           
 void setIncludes(String includes)
           
 void setPath(String path)
           
 void setProperties(com.google.common.collect.Multimap<String,String> properties)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Package

public Package()
Method Detail

getId

public UUID getId()

getPath

public String getPath()

setPath

public void setPath(String path)

getIncludes

public String getIncludes()

setIncludes

public void setIncludes(String includes)

getExcludes

public String getExcludes()

setExcludes

public void setExcludes(String excludes)

getProperties

public com.google.common.collect.Multimap<String,String> getProperties()

setProperties

public void setProperties(com.google.common.collect.Multimap<String,String> properties)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getCacheFile

public File getCacheFile()

setCacheFile

public void setCacheFile(File file)

isCached

public boolean isCached()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.