org.hudsonci.plugins.vault
Class Package
java.lang.Object
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
Package
public Package()
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.