Serialized Form


Package jenkins.plugins.shiningpanda.builders

Class jenkins.plugins.shiningpanda.builders.BuildoutBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 1L

Serialized Fields

pythonName

String pythonName
Name of the PYTHON to invoke


buildoutCfg

String buildoutCfg
Path to the buildout.cfg file


nature

String nature
The nature of the command: PYTHON, shell, X shell


command

String command
The command to execute in the PYTHON environment


ignoreExitCode

boolean ignoreExitCode
Do not consider the build as a failure if any of the commands exits with a non-zero exit code.

Class jenkins.plugins.shiningpanda.builders.CustomPythonBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 1L

Serialized Fields

home

String home
Home directory for the VIRTUALENV


nature

String nature
The nature of the command: PYTHON, shell, X shell


command

String command
The command to execute in the PYTHON environment


ignoreExitCode

boolean ignoreExitCode
Do not consider the build as a failure if any of the commands exits with a non-zero exit code.

Class jenkins.plugins.shiningpanda.builders.PythonBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 1L

Serialized Fields

pythonName

String pythonName
Name of the PYTHON to invoke


nature

String nature
The nature of the command: PYTHON, shell, X shell


command

String command
The command to execute in the PYTHON environment


ignoreExitCode

boolean ignoreExitCode
Do not consider the build as a failure if any of the commands exits with a non-zero exit code.

Class jenkins.plugins.shiningpanda.builders.ToxBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 1L

Serialized Fields

toxIni

String toxIni
Path to the tox.ini file


recreate

boolean recreate
Force recreation of virtual environments


toxenvPattern

String toxenvPattern
If there is no TOX axis, use this field to get the TOX environment.

Class jenkins.plugins.shiningpanda.builders.VirtualenvBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
ShiningPanda 0.5 to 0.6 compatibility: VIRTUALENV option --no-site-packages replaced by --system-site-packages

Serialized Fields

pythonName

String pythonName
Name of the PYTHON to invoke


home

String home
Home folder for this VIRTUALENV


clear

boolean clear
Clear out the non-root install and start from scratch


useDistribute

boolean useDistribute
Use Distribute instead of SETUPTOOLS


systemSitePackages

boolean systemSitePackages
Give access to the global site-packages


nature

String nature
The nature of the command: PYTHON, shell, X shell


command

String command
The command to execute in the PYTHON environment


ignoreExitCode

boolean ignoreExitCode
Do not consider the build as a failure if any of the commands exits with a non-zero exit code.


Package jenkins.plugins.shiningpanda.tools

Class jenkins.plugins.shiningpanda.tools.PythonInstallation extends hudson.tools.ToolInstallation implements Serializable

serialVersionUID: 1L


Package jenkins.plugins.shiningpanda.utils

Class jenkins.plugins.shiningpanda.utils.FilePathUtil.Read extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

file

String file
Store the path.


encoding

String encoding
Store the encoding.



Copyright © 2004-2012. All Rights Reserved.