org.jvnet.hudson.plugins
Class PythonPackage

java.lang.Object
  extended by org.jvnet.hudson.plugins.PythonPackage

public class PythonPackage
extends java.lang.Object

An installable Python package.

Author:
Jack Leow

Field Summary
static java.util.Set<PythonPackage> PREINSTALLED_PACKAGES
           
 
Constructor Summary
PythonPackage(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int hashCode()
           
 void install()
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREINSTALLED_PACKAGES

public static final java.util.Set<PythonPackage> PREINSTALLED_PACKAGES
Constructor Detail

PythonPackage

@DataBoundConstructor
public PythonPackage(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

install

public void install()

uninstall

public void uninstall()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011. All Rights Reserved.