Skip to content

Instantly share code, notes, and snippets.

@typosterr
Created February 3, 2013 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save typosterr/4702203 to your computer and use it in GitHub Desktop.
Save typosterr/4702203 to your computer and use it in GitHub Desktop.
$mvn package Jenkins plugin sample
$ tree
.
├── pom.xml
├── src
│   └── main
│   ├── java
│   │   └── org
│   │   └── example
│   │   └── HelloWorldBuilder.java
│   └── resources
│   ├── index.jelly
│   └── org
│   └── example
│   └── HelloWorldBuilder
│   ├── config.jelly
│   ├── global.jelly
│   ├── help-name.html
│   └── help-useFrench.html
└── target
├── classes
│   ├── META-INF
│   │   ├── annotations
│   │   │   └── hudson.Extension
│   │   └── exposed.stapler-beans
│   ├── index.jelly
│   └── org
│   └── example
│   ├── HelloWorldBuilder
│   │   ├── DescriptorImpl
│   │   │   └── doCheckName.stapler
│   │   ├── config.jelly
│   │   ├── global.jelly
│   │   ├── help-name.html
│   │   └── help-useFrench.html
│   ├── HelloWorldBuilder$DescriptorImpl.class
│   ├── HelloWorldBuilder.class
│   └── HelloWorldBuilder.stapler
├── generated-sources
│   └── localizer
├── inject-tests
│   └── InjectedTest.java
├── jenkins-for-test
│   ├── ColorFormatter.class
│   ├── JNLPMain.class
│   ├── LogFileOutputStream$1.class
│   ├── LogFileOutputStream$2.class
│   ├── LogFileOutputStream.class
│   ├── META-INF
│   │   ├── JENKINS.RSA
│   │   ├── JENKINS.SF
│   │   ├── MANIFEST.MF
│   │   └── maven
│   │   └── org.jenkins-ci.main
│   │   └── jenkins-war
│   │   ├── pom.properties
│   │   └── pom.xml
│   ├── Main$FileAndDescription.class
│   ├── Main.class
│   ├── MainDialog$1$1.class
│   ├── MainDialog$1.class
│   ├── MainDialog.class
│   ├── WEB-INF
│   │   ├── classes
│   │   │   ├── META-INF
│   │   │   │   ├── licenses.html
│   │   │   │   └── licenses.xml
│   │   │   └── dependencies.txt
│   │   ├── hudson
│   │   ├── ibm-web-bnd.xmi
│   │   ├── jenkins-cli.jar
│   │   ├── jonas-web.xml
│   │   ├── lib
│   │   │   ├── access-modifier-annotation-1.0.jar
│   │   │   ├── acegi-security-1.0.5.jar
│   │   │   ├── activation-1.1.1-hudson-1.jar
│   │   │   ├── akuma-1.7.jar
│   │   │   ├── annotation-indexer-1.2.jar
│   │   │   ├── ant-1.8.3.jar
│   │   │   ├── ant-launcher-1.8.3.jar
│   │   │   ├── antlr-2.7.6.jar
│   │   │   ├── aopalliance-1.0.jar
│   │   │   ├── args4j-2.0.16.jar
│   │   │   ├── asm3-3.3.0.jar
│   │   │   ├── bcprov-jdk15-140.jar
│   │   │   ├── bridge-method-annotation-1.4.jar
│   │   │   ├── cli-1.466.jar
│   │   │   ├── commons-beanutils-1.8.0.jar
│   │   │   ├── commons-codec-1.4.jar
│   │   │   ├── commons-collections-3.2.jar
│   │   │   ├── commons-digester-1.7.jar
│   │   │   ├── commons-discovery-0.4.jar
│   │   │   ├── commons-fileupload-1.2.1.jar
│   │   │   ├── commons-httpclient-3.1.jar
│   │   │   ├── commons-io-1.4.jar
│   │   │   ├── commons-jelly-1.1-jenkins-20110627.jar
│   │   │   ├── commons-jelly-tags-define-1.0.1-hudson-20071021.jar
│   │   │   ├── commons-jelly-tags-fmt-1.0.jar
│   │   │   ├── commons-jelly-tags-xml-1.1.jar
│   │   │   ├── commons-jexl-1.1-jenkins-20111212.jar
│   │   │   ├── commons-lang-2.4.jar
│   │   │   ├── commons-logging-1.1.1.jar
│   │   │   ├── crypto-util-1.1.jar
│   │   │   ├── dom4j-1.6.1-hudson-3.jar
│   │   │   ├── embedded_su4j-1.1.jar
│   │   │   ├── ezmorph-1.0.3.jar
│   │   │   ├── groovy-all-1.8.5.jar
│   │   │   ├── guava-11.0.1.jar
│   │   │   ├── instance-identity-1.1.jar
│   │   │   ├── j-interop-2.0.6-kohsuke-1.jar
│   │   │   ├── j-interopdeps-2.0.6-kohsuke-1.jar
│   │   │   ├── jansi-1.6.jar
│   │   │   ├── javax.inject-1.jar
│   │   │   ├── jaxen-1.1-beta-11.jar
│   │   │   ├── jcifs-1.3.14-kohsuke-1.jar
│   │   │   ├── jcommon-1.0.12.jar
│   │   │   ├── jenkins-core-1.466.jar
│   │   │   ├── jfreechart-1.0.9.jar
│   │   │   ├── jinterop-proxy-1.1.jar
│   │   │   ├── jinterop-wmi-1.1.jar
│   │   │   ├── jline-0.9.94.jar
│   │   │   ├── jmdns-3.4.0-jenkins-3.jar
│   │   │   ├── jna-3.3.0-jenkins-3.jar
│   │   │   ├── jna-posix-1.0.3.jar
│   │   │   ├── json-lib-2.1-rev7.jar
│   │   │   ├── jsr305-1.3.9.jar
│   │   │   ├── jstl-1.1.0.jar
│   │   │   ├── jtidy-4aug2000r7-dev-hudson-1.jar
│   │   │   ├── libpam4j-1.6.jar
│   │   │   ├── libzfs-0.5.jar
│   │   │   ├── localizer-1.10.jar
│   │   │   ├── log4j-1.2.9.jar
│   │   │   ├── mail-1.4.4.jar
│   │   │   ├── memory-monitor-1.7.jar
│   │   │   ├── mina-core-2.0.2.jar
│   │   │   ├── oro-2.0.8.jar
│   │   │   ├── owasp-html-sanitizer-r88.jar
│   │   │   ├── remoting-2.13.jar
│   │   │   ├── robust-http-client-1.2.jar
│   │   │   ├── sezpoz-1.9.jar
│   │   │   ├── sisu-guice-3.1.0.jar
│   │   │   ├── slf4j-api-1.6.2.jar
│   │   │   ├── slf4j-jdk14-1.6.2.jar
│   │   │   ├── spring-aop-2.5.jar
│   │   │   ├── spring-beans-2.5.jar
│   │   │   ├── spring-context-2.5.jar
│   │   │   ├── spring-core-2.5.jar
│   │   │   ├── spring-dao-1.2.9.jar
│   │   │   ├── spring-jdbc-1.2.9.jar
│   │   │   ├── spring-web-2.5.jar
│   │   │   ├── ssh-cli-auth-1.2.jar
│   │   │   ├── sshd-1.3.jar
│   │   │   ├── sshd-core-0.6.0.jar
│   │   │   ├── stapler-1.188.jar
│   │   │   ├── stapler-adjunct-codemirror-1.1.jar
│   │   │   ├── stapler-adjunct-timeline-1.3.jar
│   │   │   ├── stapler-adjunct-zeroclipboard-1.0.7-1.jar
│   │   │   ├── stapler-groovy-1.188.jar
│   │   │   ├── stapler-jelly-1.188.jar
│   │   │   ├── stapler-jrebel-1.188.jar
│   │   │   ├── stax-api-1.0.1.jar
│   │   │   ├── task-reactor-1.2.jar
│   │   │   ├── tiger-types-1.3.jar
│   │   │   ├── trilead-putty-extension-1.0.jar
│   │   │   ├── trilead-ssh2-build212-hudson-5.jar
│   │   │   ├── txw2-20070624.jar
│   │   │   ├── version-number-1.1.jar
│   │   │   ├── windows-package-checker-1.0.jar
│   │   │   ├── windows-remote-command-1.3.jar
│   │   │   ├── winp-1.14.jar
│   │   │   ├── wstx-asl-3.2.7.jar
│   │   │   ├── xpp3-1.1.4c.jar
│   │   │   ├── xpp3_min-1.1.4c.jar
│   │   │   └── xstream-1.3.1-jenkins-11.jar
│   │   ├── plugins
│   │   │   ├── ant.hpi
│   │   │   ├── cvs.hpi
│   │   │   ├── javadoc.hpi
│   │   │   ├── maven-plugin.hpi
│   │   │   ├── ssh-slaves.hpi
│   │   │   ├── subversion.hpi
│   │   │   └── translation.hpi
│   │   ├── remoting.jar
│   │   ├── security
│   │   │   ├── AbstractPasswordBasedSecurityRealm.groovy
│   │   │   ├── LDAPBindSecurityRealm.groovy
│   │   │   └── SecurityFilters.groovy
│   │   ├── slave.jar
│   │   ├── sun-web.xml
│   │   ├── update-center-rootCAs
│   │   │   ├── hudson-community
│   │   │   ├── hudson-community.txt
│   │   │   ├── jenkins-update-center-root-ca
│   │   │   └── jenkins-update-center-root-ca.txt
│   │   └── web.xml
│   ├── css
│   │   ├── color.css
│   │   └── style.css
│   ├── dc-license.txt
│   ├── env-vars.html
│   ├── env-vars_de.html
│   ├── env-vars_fr.html
│   ├── env-vars_ja.html
│   ├── env-vars_nl.html
│   ├── env-vars_tr.html
│   ├── executable
│   │   └── Executable.class
│   ├── favicon.ico
│   ├── help
│   │   ├── LogRecorder
│   │   │   ├── logger.html
│   │   │   ├── logger_de.html
│   │   │   ├── logger_fr.html
│   │   │   ├── logger_ja.html
│   │   │   ├── name.html
│   │   │   ├── name_de.html
│   │   │   ├── name_fr.html
│   │   │   └── name_ja.html
│   │   ├── matrix
│   │   │   ├── axes.html
│   │   │   ├── axes_de.html
│   │   │   ├── axes_fr.html
│   │   │   ├── axes_ja.html
│   │   │   ├── axes_nl.html
│   │   │   ├── axes_pt_BR.html
│   │   │   ├── axes_ru.html
│   │   │   ├── axes_tr.html
│   │   │   ├── combinationfilter.html
│   │   │   ├── combinationfilter_de.html
│   │   │   ├── combinationfilter_fr.html
│   │   │   ├── combinationfilter_ja.html
│   │   │   ├── jdk.html
│   │   │   ├── jdk_de.html
│   │   │   ├── jdk_fr.html
│   │   │   ├── jdk_ja.html
│   │   │   ├── jdk_nl.html
│   │   │   ├── jdk_pt_BR.html
│   │   │   ├── jdk_ru.html
│   │   │   ├── jdk_tr.html
│   │   │   ├── touchstone.html
│   │   │   ├── touchstone_de.html
│   │   │   └── touchstone_ja.html
│   │   ├── parameter
│   │   │   ├── boolean-default.html
│   │   │   ├── boolean-default_de.html
│   │   │   ├── boolean-default_fr.html
│   │   │   ├── boolean-default_ja.html
│   │   │   ├── boolean.html
│   │   │   ├── boolean_de.html
│   │   │   ├── boolean_fr.html
│   │   │   ├── boolean_ja.html
│   │   │   ├── choice-choices.html
│   │   │   ├── choice-choices_de.html
│   │   │   ├── choice-choices_fr.html
│   │   │   ├── choice-choices_ja.html
│   │   │   ├── choice.html
│   │   │   ├── choice_de.html
│   │   │   ├── choice_fr.html
│   │   │   ├── choice_ja.html
│   │   │   ├── description.html
│   │   │   ├── description_de.html
│   │   │   ├── description_fr.html
│   │   │   ├── description_ja.html
│   │   │   ├── file-name.html
│   │   │   ├── file-name_de.html
│   │   │   ├── file-name_fr.html
│   │   │   ├── file-name_ja.html
│   │   │   ├── file.html
│   │   │   ├── file_de.html
│   │   │   ├── file_fr.html
│   │   │   ├── file_ja.html
│   │   │   ├── name.html
│   │   │   ├── name_de.html
│   │   │   ├── name_fr.html
│   │   │   ├── name_ja.html
│   │   │   ├── run-project.html
│   │   │   ├── run-project_de.html
│   │   │   ├── run-project_fr.html
│   │   │   ├── run-project_ja.html
│   │   │   ├── run.html
│   │   │   ├── run_de.html
│   │   │   ├── run_fr.html
│   │   │   ├── run_ja.html
│   │   │   ├── string-default.html
│   │   │   ├── string-default_de.html
│   │   │   ├── string-default_fr.html
│   │   │   ├── string-default_ja.html
│   │   │   ├── string.html
│   │   │   ├── string_de.html
│   │   │   ├── string_fr.html
│   │   │   └── string_ja.html
│   │   ├── project-config
│   │   │   ├── batch.html
│   │   │   ├── batch_de.html
│   │   │   ├── batch_fr.html
│   │   │   ├── batch_ja.html
│   │   │   ├── batch_pt_BR.html
│   │   │   ├── batch_ru.html
│   │   │   ├── batch_tr.html
│   │   │   ├── block-downstream-building.html
│   │   │   ├── block-downstream-building_ja.html
│   │   │   ├── block-upstream-building.html
│   │   │   ├── block-upstream-building_de.html
│   │   │   ├── block-upstream-building_ja.html
│   │   │   ├── custom-workspace.html
│   │   │   ├── custom-workspace_de.html
│   │   │   ├── custom-workspace_fr.html
│   │   │   ├── custom-workspace_ja.html
│   │   │   ├── custom-workspace_tr.html
│   │   │   ├── defaultView.html
│   │   │   ├── defaultView_de.html
│   │   │   ├── defaultView_ja.html
│   │   │   ├── description.html
│   │   │   ├── description_de.html
│   │   │   ├── description_fr.html
│   │   │   ├── description_ja.html
│   │   │   ├── description_pt_BR.html
│   │   │   ├── description_ru.html
│   │   │   ├── description_tr.html
│   │   │   ├── disable.html
│   │   │   ├── disable_de.html
│   │   │   ├── disable_fr.html
│   │   │   ├── disable_ja.html
│   │   │   ├── disable_pt_BR.html
│   │   │   ├── disable_ru.html
│   │   │   ├── disable_tr.html
│   │   │   ├── downstream.html
│   │   │   ├── downstream_de.html
│   │   │   ├── downstream_fr.html
│   │   │   ├── downstream_ja.html
│   │   │   ├── downstream_pt_BR.html
│   │   │   ├── downstream_ru.html
│   │   │   ├── downstream_tr.html
│   │   │   ├── fingerprint.html
│   │   │   ├── fingerprint_de.html
│   │   │   ├── fingerprint_fr.html
│   │   │   ├── fingerprint_ja.html
│   │   │   ├── fingerprint_pt_BR.html
│   │   │   ├── fingerprint_ru.html
│   │   │   ├── fingerprint_tr.html
│   │   │   ├── javadoc-keep-all.html
│   │   │   ├── javadoc-keep-all_de.html
│   │   │   ├── javadoc-keep-all_fr.html
│   │   │   ├── javadoc-keep-all_ja.html
│   │   │   ├── javadoc-keep-all_tr.html
│   │   │   ├── log-rotation.html
│   │   │   ├── log-rotation_de.html
│   │   │   ├── log-rotation_fr.html
│   │   │   ├── log-rotation_ja.html
│   │   │   ├── log-rotation_pt_BR.html
│   │   │   ├── log-rotation_ru.html
│   │   │   ├── log-rotation_tr.html
│   │   │   ├── mailer.html
│   │   │   ├── mailer_de.html
│   │   │   ├── mailer_fr.html
│   │   │   ├── mailer_ja.html
│   │   │   ├── mailer_pt_BR.html
│   │   │   ├── mailer_ru.html
│   │   │   ├── mailer_tr.html
│   │   │   ├── maven.html
│   │   │   ├── maven_de.html
│   │   │   ├── maven_fr.html
│   │   │   ├── maven_ja.html
│   │   │   ├── maven_pt_BR.html
│   │   │   ├── maven_ru.html
│   │   │   ├── maven_tr.html
│   │   │   ├── parameterized-build.html
│   │   │   ├── parameterized-build_de.html
│   │   │   ├── parameterized-build_fr.html
│   │   │   ├── parameterized-build_ja.html
│   │   │   ├── parameterized-build_tr.html
│   │   │   ├── scmCheckoutRetryCount.html
│   │   │   ├── scmCheckoutRetryCount_de.html
│   │   │   ├── scmCheckoutRetryCount_ja.html
│   │   │   ├── scmCheckoutRetryCount_zh_CN.html
│   │   │   ├── slave.html
│   │   │   ├── slave_de.html
│   │   │   ├── slave_fr.html
│   │   │   ├── slave_ja.html
│   │   │   ├── slave_pt_BR.html
│   │   │   ├── slave_ru.html
│   │   │   ├── slave_tr.html
│   │   │   ├── triggerRemotely.html
│   │   │   ├── triggerRemotely_de.html
│   │   │   ├── triggerRemotely_fr.html
│   │   │   ├── triggerRemotely_ja.html
│   │   │   ├── triggerRemotely_pt_BR.html
│   │   │   ├── triggerRemotely_ru.html
│   │   │   ├── triggerRemotely_tr.html
│   │   │   ├── upstream.html
│   │   │   ├── upstream_de.html
│   │   │   ├── upstream_fr.html
│   │   │   ├── upstream_ja.html
│   │   │   ├── upstream_pt_BR.html
│   │   │   ├── upstream_ru.html
│   │   │   └── upstream_tr.html
│   │   ├── run-config
│   │   │   ├── description.html
│   │   │   ├── description_de.html
│   │   │   ├── description_ja.html
│   │   │   ├── displayName.html
│   │   │   ├── displayName_de.html
│   │   │   └── displayName_ja.html
│   │   ├── scm-browsers
│   │   │   ├── list.html
│   │   │   ├── list_de.html
│   │   │   └── list_ja.html
│   │   ├── security
│   │   │   ├── container-realm.html
│   │   │   ├── container-realm_de.html
│   │   │   ├── container-realm_fr.html
│   │   │   ├── container-realm_ja.html
│   │   │   ├── container-realm_pt_BR.html
│   │   │   ├── container-realm_ru.html
│   │   │   ├── container-realm_tr.html
│   │   │   ├── container-realm_zh_CN.html
│   │   │   ├── full-control-once-logged-in.html
│   │   │   ├── full-control-once-logged-in_de.html
│   │   │   ├── full-control-once-logged-in_fr.html
│   │   │   ├── full-control-once-logged-in_ja.html
│   │   │   ├── full-control-once-logged-in_pt_BR.html
│   │   │   ├── full-control-once-logged-in_ru.html
│   │   │   ├── full-control-once-logged-in_tr.html
│   │   │   ├── full-control-once-logged-in_zh_CN.html
│   │   │   ├── ldap
│   │   │   │   ├── groupSearchBase.html
│   │   │   │   ├── groupSearchBase_de.html
│   │   │   │   ├── groupSearchBase_fr.html
│   │   │   │   ├── groupSearchBase_ja.html
│   │   │   │   ├── groupSearchBase_tr.html
│   │   │   │   ├── managerDN.html
│   │   │   │   ├── managerDN_de.html
│   │   │   │   ├── managerDN_fr.html
│   │   │   │   ├── managerDN_ja.html
│   │   │   │   ├── managerDN_pt_BR.html
│   │   │   │   ├── managerDN_tr.html
│   │   │   │   ├── managerPassword.html
│   │   │   │   ├── managerPassword_de.html
│   │   │   │   ├── managerPassword_fr.html
│   │   │   │   ├── managerPassword_ja.html
│   │   │   │   ├── managerPassword_pt_BR.html
│   │   │   │   ├── managerPassword_tr.html
│   │   │   │   ├── rootDN.html
│   │   │   │   ├── rootDN_de.html
│   │   │   │   ├── rootDN_fr.html
│   │   │   │   ├── rootDN_ja.html
│   │   │   │   ├── rootDN_pt_BR.html
│   │   │   │   ├── rootDN_ru.html
│   │   │   │   ├── rootDN_tr.html
│   │   │   │   ├── server.html
│   │   │   │   ├── server_de.html
│   │   │   │   ├── server_fr.html
│   │   │   │   ├── server_ja.html
│   │   │   │   ├── server_pt_BR.html
│   │   │   │   ├── server_ru.html
│   │   │   │   ├── server_tr.html
│   │   │   │   ├── userSearchBase.html
│   │   │   │   ├── userSearchBase_de.html
│   │   │   │   ├── userSearchBase_fr.html
│   │   │   │   ├── userSearchBase_ja.html
│   │   │   │   ├── userSearchBase_pt_BR.html
│   │   │   │   ├── userSearchBase_ru.html
│   │   │   │   ├── userSearchBase_tr.html
│   │   │   │   ├── userSearchFilter.html
│   │   │   │   ├── userSearchFilter_de.html
│   │   │   │   ├── userSearchFilter_fr.html
│   │   │   │   ├── userSearchFilter_ja.html
│   │   │   │   ├── userSearchFilter_pt_BR.html
│   │   │   │   ├── userSearchFilter_ru.html
│   │   │   │   └── userSearchFilter_tr.html
│   │   │   ├── legacy-auth-strategy.html
│   │   │   ├── legacy-auth-strategy_de.html
│   │   │   ├── legacy-auth-strategy_fr.html
│   │   │   ├── legacy-auth-strategy_ja.html
│   │   │   ├── legacy-auth-strategy_pt_BR.html
│   │   │   ├── legacy-auth-strategy_ru.html
│   │   │   ├── legacy-auth-strategy_tr.html
│   │   │   ├── legacy-auth-strategy_zh_CN.html
│   │   │   ├── no-authorization.html
│   │   │   ├── no-authorization_de.html
│   │   │   ├── no-authorization_fr.html
│   │   │   ├── no-authorization_ja.html
│   │   │   ├── no-authorization_pt_BR.html
│   │   │   ├── no-authorization_ru.html
│   │   │   ├── no-authorization_tr.html
│   │   │   ├── no-authorization_zh_CN.html
│   │   │   ├── private-realm
│   │   │   │   ├── allow-signup.html
│   │   │   │   ├── allow-signup_de.html
│   │   │   │   ├── allow-signup_fr.html
│   │   │   │   ├── allow-signup_ja.html
│   │   │   │   ├── allow-signup_tr.html
│   │   │   │   └── allow-signup_zh_CN.html
│   │   │   ├── private-realm.html
│   │   │   ├── private-realm_de.html
│   │   │   ├── private-realm_fr.html
│   │   │   ├── private-realm_ja.html
│   │   │   ├── private-realm_pt_BR.html
│   │   │   ├── private-realm_ru.html
│   │   │   ├── private-realm_tr.html
│   │   │   └── private-realm_zh_CN.html
│   │   ├── shell
│   │   │   ├── shellexe.html
│   │   │   ├── shellexe_de.html
│   │   │   ├── shellexe_fr.html
│   │   │   ├── shellexe_ja.html
│   │   │   ├── shellexe_nl.html
│   │   │   ├── shellexe_pt_BR.html
│   │   │   └── shellexe_zh_CN.html
│   │   ├── system-config
│   │   │   ├── cvs-browser.html
│   │   │   ├── cvs-browser_de.html
│   │   │   ├── cvs-browser_fr.html
│   │   │   ├── cvs-browser_ja.html
│   │   │   ├── cvs-browser_pt_BR.html
│   │   │   ├── cvs-browser_ru.html
│   │   │   ├── cvs-browser_tr.html
│   │   │   ├── defaultJobNamingStrategy.html
│   │   │   ├── defaultJobNamingStrategy_ja.html
│   │   │   ├── globalEnvironmentVariables.html
│   │   │   ├── globalEnvironmentVariables_de.html
│   │   │   ├── globalEnvironmentVariables_fr.html
│   │   │   ├── globalEnvironmentVariables_ja.html
│   │   │   ├── globalEnvironmentVariables_zh_CN.html
│   │   │   ├── homeDirectory.html
│   │   │   ├── homeDirectory_de.html
│   │   │   ├── homeDirectory_fr.html
│   │   │   ├── homeDirectory_ja.html
│   │   │   ├── homeDirectory_pt_BR.html
│   │   │   ├── homeDirectory_ru.html
│   │   │   ├── homeDirectory_tr.html
│   │   │   ├── homeDirectory_zh_CN.html
│   │   │   ├── master-slave
│   │   │   │   ├── availability.html
│   │   │   │   ├── availability_de.html
│   │   │   │   ├── availability_fr.html
│   │   │   │   ├── availability_ja.html
│   │   │   │   ├── availability_nl.html
│   │   │   │   ├── availability_tr.html
│   │   │   │   ├── clock.html
│   │   │   │   ├── clock_de.html
│   │   │   │   ├── clock_fr.html
│   │   │   │   ├── clock_ja.html
│   │   │   │   ├── clock_nl.html
│   │   │   │   ├── clock_pt_BR.html
│   │   │   │   ├── clock_ru.html
│   │   │   │   ├── clock_tr.html
│   │   │   │   ├── demand
│   │   │   │   │   ├── idleDelay.html
│   │   │   │   │   ├── idleDelay_de.html
│   │   │   │   │   ├── idleDelay_fr.html
│   │   │   │   │   ├── idleDelay_ja.html
│   │   │   │   │   ├── idleDelay_nl.html
│   │   │   │   │   ├── idleDelay_tr.html
│   │   │   │   │   ├── inDemandDelay.html
│   │   │   │   │   ├── inDemandDelay_de.html
│   │   │   │   │   ├── inDemandDelay_fr.html
│   │   │   │   │   ├── inDemandDelay_ja.html
│   │   │   │   │   ├── inDemandDelay_nl.html
│   │   │   │   │   └── inDemandDelay_tr.html
│   │   │   │   ├── description.html
│   │   │   │   ├── description_de.html
│   │   │   │   ├── description_fr.html
│   │   │   │   ├── description_ja.html
│   │   │   │   ├── description_pt_BR.html
│   │   │   │   ├── description_ru.html
│   │   │   │   ├── description_tr.html
│   │   │   │   ├── jnlp-tunnel.html
│   │   │   │   ├── jnlp-tunnel_de.html
│   │   │   │   ├── jnlp-tunnel_fr.html
│   │   │   │   ├── jnlp-tunnel_ja.html
│   │   │   │   ├── jnlpSecurity.html
│   │   │   │   ├── jnlpSecurity_de.html
│   │   │   │   ├── jnlpSecurity_fr.html
│   │   │   │   ├── jnlpSecurity_ja.html
│   │   │   │   ├── jnlpSecurity_pt_BR.html
│   │   │   │   ├── jnlpSecurity_ru.html
│   │   │   │   ├── jnlpSecurity_tr.html
│   │   │   │   ├── numExecutors.html
│   │   │   │   ├── numExecutors_de.html
│   │   │   │   ├── numExecutors_fr.html
│   │   │   │   ├── numExecutors_ja.html
│   │   │   │   ├── numExecutors_pt_BR.html
│   │   │   │   ├── numExecutors_ru.html
│   │   │   │   ├── numExecutors_tr.html
│   │   │   │   ├── numExecutors_zh_CN.html
│   │   │   │   ├── usage.html
│   │   │   │   ├── usage_de.html
│   │   │   │   ├── usage_fr.html
│   │   │   │   ├── usage_ja.html
│   │   │   │   ├── usage_pt_BR.html
│   │   │   │   ├── usage_ru.html
│   │   │   │   ├── usage_tr.html
│   │   │   │   └── usage_zh_CN.html
│   │   │   ├── nodeEnvironmentVariables.html
│   │   │   ├── nodeEnvironmentVariables_de.html
│   │   │   ├── nodeEnvironmentVariables_fr.html
│   │   │   ├── nodeEnvironmentVariables_ja.html
│   │   │   ├── patternJobNamingStrategy.html
│   │   │   ├── patternJobNamingStrategy_ja.html
│   │   │   ├── quietPeriod.html
│   │   │   ├── quietPeriod_de.html
│   │   │   ├── quietPeriod_fr.html
│   │   │   ├── quietPeriod_ja.html
│   │   │   ├── quietPeriod_pt_BR.html
│   │   │   ├── quietPeriod_ru.html
│   │   │   ├── quietPeriod_tr.html
│   │   │   ├── systemMessage.html
│   │   │   ├── systemMessage_de.html
│   │   │   ├── systemMessage_fr.html
│   │   │   ├── systemMessage_ja.html
│   │   │   ├── systemMessage_pt_BR.html
│   │   │   ├── systemMessage_ru.html
│   │   │   ├── systemMessage_tr.html
│   │   │   └── systemMessage_zh_CN.html
│   │   ├── tasks
│   │   │   ├── aggregate-test
│   │   │   │   ├── auto-aggregate.html
│   │   │   │   ├── auto-aggregate_de.html
│   │   │   │   ├── auto-aggregate_fr.html
│   │   │   │   ├── auto-aggregate_ja.html
│   │   │   │   ├── auto-aggregate_nl.html
│   │   │   │   ├── auto-aggregate_pt_BR.html
│   │   │   │   ├── auto-aggregate_tr.html
│   │   │   │   ├── help.html
│   │   │   │   ├── help_de.html
│   │   │   │   ├── help_fr.html
│   │   │   │   ├── help_ja.html
│   │   │   │   ├── help_nl.html
│   │   │   │   ├── help_pt_BR.html
│   │   │   │   ├── help_tr.html
│   │   │   │   ├── manual-list.html
│   │   │   │   ├── manual-list_de.html
│   │   │   │   ├── manual-list_fr.html
│   │   │   │   ├── manual-list_ja.html
│   │   │   │   ├── manual-list_nl.html
│   │   │   │   ├── manual-list_pt_BR.html
│   │   │   │   └── manual-list_tr.html
│   │   │   ├── fingerprint
│   │   │   │   ├── keepDependencies.html
│   │   │   │   ├── keepDependencies_de.html
│   │   │   │   ├── keepDependencies_fr.html
│   │   │   │   ├── keepDependencies_ja.html
│   │   │   │   ├── keepDependencies_nl.html
│   │   │   │   ├── keepDependencies_pt_BR.html
│   │   │   │   ├── keepDependencies_ru.html
│   │   │   │   └── keepDependencies_tr.html
│   │   │   ├── junit
│   │   │   │   ├── report.html
│   │   │   │   ├── report_de.html
│   │   │   │   ├── report_fr.html
│   │   │   │   ├── report_ja.html
│   │   │   │   ├── report_nl.html
│   │   │   │   ├── report_pt_BR.html
│   │   │   │   ├── report_ru.html
│   │   │   │   └── report_tr.html
│   │   │   ├── mailer
│   │   │   │   ├── sendToindividuals.html
│   │   │   │   ├── sendToindividuals_de.html
│   │   │   │   ├── sendToindividuals_fr.html
│   │   │   │   ├── sendToindividuals_ja.html
│   │   │   │   ├── sendToindividuals_nl.html
│   │   │   │   ├── sendToindividuals_pt_BR.html
│   │   │   │   ├── sendToindividuals_ru.html
│   │   │   │   ├── sendToindividuals_tr.html
│   │   │   │   ├── sendToindividuals_zh_CN.html
│   │   │   │   ├── smtpAuth.html
│   │   │   │   ├── smtpAuth_de.html
│   │   │   │   ├── smtpAuth_fr.html
│   │   │   │   ├── smtpAuth_ja.html
│   │   │   │   ├── smtpAuth_nl.html
│   │   │   │   ├── smtpAuth_pt_BR.html
│   │   │   │   ├── smtpAuth_ru.html
│   │   │   │   ├── smtpAuth_tr.html
│   │   │   │   └── smtpAuth_zh_CN.html
│   │   │   └── maven
│   │   │   ├── properties.html
│   │   │   ├── properties_de.html
│   │   │   ├── properties_fr.html
│   │   │   └── properties_ja.html
│   │   ├── tools
│   │   │   ├── help-label.html
│   │   │   ├── help-label_de.html
│   │   │   ├── help-label_ja.html
│   │   │   ├── help-label_zh_CN.html
│   │   │   ├── tool-location-node-property.html
│   │   │   ├── tool-location-node-property_de.html
│   │   │   ├── tool-location-node-property_fr.html
│   │   │   ├── tool-location-node-property_ja.html
│   │   │   └── tool-location-node-property_zh_CN.html
│   │   ├── user
│   │   │   ├── description.html
│   │   │   ├── description_de.html
│   │   │   ├── description_fr.html
│   │   │   ├── description_ja.html
│   │   │   ├── description_nl.html
│   │   │   ├── description_pt_BR.html
│   │   │   ├── description_ru.html
│   │   │   ├── description_tr.html
│   │   │   ├── fullName.html
│   │   │   ├── fullName_de.html
│   │   │   ├── fullName_fr.html
│   │   │   ├── fullName_ja.html
│   │   │   ├── fullName_nl.html
│   │   │   ├── fullName_pt_BR.html
│   │   │   ├── fullName_ru.html
│   │   │   └── fullName_tr.html
│   │   └── view-config
│   │   ├── description.html
│   │   ├── description_de.html
│   │   ├── description_fr.html
│   │   ├── description_ja.html
│   │   ├── description_nl.html
│   │   ├── description_pt_BR.html
│   │   ├── description_ru.html
│   │   ├── description_tr.html
│   │   ├── filter-executors.html
│   │   ├── filter-executors_de.html
│   │   ├── filter-executors_ja.html
│   │   ├── filter-queue.html
│   │   ├── filter-queue_de.html
│   │   ├── filter-queue_ja.html
│   │   ├── includeregex.html
│   │   ├── includeregex_de.html
│   │   ├── includeregex_fr.html
│   │   ├── includeregex_ja.html
│   │   ├── includeregex_nl.html
│   │   ├── includeregex_pt_BR.html
│   │   ├── includeregex_ru.html
│   │   ├── includeregex_tr.html
│   │   ├── statusFilter.html
│   │   └── statusFilter_ja.html
│   ├── images
│   │   ├── 16x16
│   │   │   ├── accept.png
│   │   │   ├── blue.gif
│   │   │   ├── blue.png
│   │   │   ├── blue_anime.gif
│   │   │   ├── clock.gif
│   │   │   ├── clock.png
│   │   │   ├── computer-flash.gif
│   │   │   ├── computer-x.gif
│   │   │   ├── computer-x.png
│   │   │   ├── computer.gif
│   │   │   ├── computer.png
│   │   │   ├── document_add.gif
│   │   │   ├── document_add.png
│   │   │   ├── document_delete.gif
│   │   │   ├── document_delete.png
│   │   │   ├── document_edit.gif
│   │   │   ├── document_edit.png
│   │   │   ├── edit-delete.gif
│   │   │   ├── edit-delete.png
│   │   │   ├── edit-select-all.gif
│   │   │   ├── edit-select-all.png
│   │   │   ├── empty.gif
│   │   │   ├── empty.png
│   │   │   ├── error.gif
│   │   │   ├── error.png
│   │   │   ├── fingerprint.gif
│   │   │   ├── fingerprint.png
│   │   │   ├── folder-error.gif
│   │   │   ├── folder-error.png
│   │   │   ├── folder-open.gif
│   │   │   ├── folder-open.png
│   │   │   ├── folder.gif
│   │   │   ├── folder.png
│   │   │   ├── go-next.gif
│   │   │   ├── go-next.png
│   │   │   ├── grey.gif
│   │   │   ├── grey.png
│   │   │   ├── grey_anime.gif
│   │   │   ├── health-00to19.gif
│   │   │   ├── health-00to19.png
│   │   │   ├── health-20to39.gif
│   │   │   ├── health-20to39.png
│   │   │   ├── health-40to59.gif
│   │   │   ├── health-40to59.png
│   │   │   ├── health-60to79.gif
│   │   │   ├── health-60to79.png
│   │   │   ├── health-80plus.gif
│   │   │   ├── health-80plus.png
│   │   │   ├── help.gif
│   │   │   ├── help.png
│   │   │   ├── hourglass.gif
│   │   │   ├── hourglass.png
│   │   │   ├── lock.gif
│   │   │   ├── lock.png
│   │   │   ├── notepad.gif
│   │   │   ├── notepad.png
│   │   │   ├── orange-square.png
│   │   │   ├── package.gif
│   │   │   ├── package.png
│   │   │   ├── person.gif
│   │   │   ├── person.png
│   │   │   ├── plugin.gif
│   │   │   ├── plugin.png
│   │   │   ├── red.gif
│   │   │   ├── red.png
│   │   │   ├── red_anime.gif
│   │   │   ├── redo.gif
│   │   │   ├── redo.png
│   │   │   ├── save.gif
│   │   │   ├── save.png
│   │   │   ├── search.gif
│   │   │   ├── search.png
│   │   │   ├── setting.png
│   │   │   ├── star-gold.gif
│   │   │   ├── star-gold.png
│   │   │   ├── star.gif
│   │   │   ├── star.png
│   │   │   ├── stop.gif
│   │   │   ├── stop.png
│   │   │   ├── terminal.gif
│   │   │   ├── terminal.png
│   │   │   ├── text-error.gif
│   │   │   ├── text-error.png
│   │   │   ├── text.gif
│   │   │   ├── text.png
│   │   │   ├── user.gif
│   │   │   ├── user.png
│   │   │   ├── warning.gif
│   │   │   ├── warning.png
│   │   │   ├── yellow.gif
│   │   │   ├── yellow.png
│   │   │   └── yellow_anime.gif
│   │   ├── 24x24
│   │   │   ├── accept.png
│   │   │   ├── blue.gif
│   │   │   ├── blue.png
│   │   │   ├── blue_anime.gif
│   │   │   ├── clipboard.gif
│   │   │   ├── clipboard.png
│   │   │   ├── clock.gif
│   │   │   ├── clock.png
│   │   │   ├── computer-flash.gif
│   │   │   ├── computer-x.gif
│   │   │   ├── computer-x.png
│   │   │   ├── computer.gif
│   │   │   ├── computer.png
│   │   │   ├── delete-document.gif
│   │   │   ├── delete-document.png
│   │   │   ├── document-properties.gif
│   │   │   ├── document-properties.png
│   │   │   ├── document.gif
│   │   │   ├── document.png
│   │   │   ├── edit-delete.gif
│   │   │   ├── edit-delete.png
│   │   │   ├── empty.gif
│   │   │   ├── empty.png
│   │   │   ├── fingerprint.gif
│   │   │   ├── fingerprint.png
│   │   │   ├── folder-delete.gif
│   │   │   ├── folder-delete.png
│   │   │   ├── folder.gif
│   │   │   ├── folder.png
│   │   │   ├── gear.gif
│   │   │   ├── gear.png
│   │   │   ├── gear2.gif
│   │   │   ├── gear2.png
│   │   │   ├── graph.gif
│   │   │   ├── graph.png
│   │   │   ├── grey.gif
│   │   │   ├── grey.png
│   │   │   ├── grey_anime.gif
│   │   │   ├── health-00to19.gif
│   │   │   ├── health-00to19.png
│   │   │   ├── health-20to39.gif
│   │   │   ├── health-20to39.png
│   │   │   ├── health-40to59.gif
│   │   │   ├── health-40to59.png
│   │   │   ├── health-60to79.gif
│   │   │   ├── health-60to79.png
│   │   │   ├── health-80plus.gif
│   │   │   ├── health-80plus.png
│   │   │   ├── help.gif
│   │   │   ├── help.png
│   │   │   ├── installer.gif
│   │   │   ├── installer.png
│   │   │   ├── monitor.gif
│   │   │   ├── monitor.png
│   │   │   ├── new-computer.gif
│   │   │   ├── new-computer.png
│   │   │   ├── new-document.gif
│   │   │   ├── new-document.png
│   │   │   ├── new-package.gif
│   │   │   ├── new-package.png
│   │   │   ├── new-user.gif
│   │   │   ├── new-user.png
│   │   │   ├── next.gif
│   │   │   ├── next.png
│   │   │   ├── notepad.gif
│   │   │   ├── notepad.png
│   │   │   ├── orange-square.gif
│   │   │   ├── orange-square.png
│   │   │   ├── package.gif
│   │   │   ├── package.png
│   │   │   ├── plugin.png
│   │   │   ├── previous.gif
│   │   │   ├── previous.png
│   │   │   ├── red.gif
│   │   │   ├── red.png
│   │   │   ├── red_anime.gif
│   │   │   ├── redo.gif
│   │   │   ├── redo.png
│   │   │   ├── refresh.gif
│   │   │   ├── refresh.png
│   │   │   ├── save.gif
│   │   │   ├── save.png
│   │   │   ├── search.gif
│   │   │   ├── search.png
│   │   │   ├── setting.gif
│   │   │   ├── setting.png
│   │   │   ├── star-gold.gif
│   │   │   ├── star-gold.png
│   │   │   ├── star.gif
│   │   │   ├── star.png
│   │   │   ├── terminal.gif
│   │   │   ├── terminal.png
│   │   │   ├── up.gif
│   │   │   ├── up.png
│   │   │   ├── user.gif
│   │   │   ├── user.png
│   │   │   ├── yellow.gif
│   │   │   ├── yellow.png
│   │   │   └── yellow_anime.gif
│   │   ├── 32x32
│   │   │   ├── accept.png
│   │   │   ├── blue.gif
│   │   │   ├── blue.png
│   │   │   ├── blue_anime.gif
│   │   │   ├── clipboard.gif
│   │   │   ├── clipboard.png
│   │   │   ├── clock.gif
│   │   │   ├── clock.png
│   │   │   ├── computer-flash.gif
│   │   │   ├── computer-x.gif
│   │   │   ├── computer-x.png
│   │   │   ├── computer.gif
│   │   │   ├── computer.png
│   │   │   ├── empty.gif
│   │   │   ├── empty.png
│   │   │   ├── error.gif
│   │   │   ├── error.png
│   │   │   ├── folder.gif
│   │   │   ├── folder.png
│   │   │   ├── gear2.png
│   │   │   ├── graph.gif
│   │   │   ├── graph.png
│   │   │   ├── grey.gif
│   │   │   ├── grey.png
│   │   │   ├── grey_anime.gif
│   │   │   ├── health-00to19.gif
│   │   │   ├── health-00to19.png
│   │   │   ├── health-20to39.gif
│   │   │   ├── health-20to39.png
│   │   │   ├── health-40to59.gif
│   │   │   ├── health-40to59.png
│   │   │   ├── health-60to79.gif
│   │   │   ├── health-60to79.png
│   │   │   ├── health-80plus.gif
│   │   │   ├── health-80plus.png
│   │   │   ├── orange-square.png
│   │   │   ├── package.png
│   │   │   ├── plugin.gif
│   │   │   ├── plugin.png
│   │   │   ├── red.gif
│   │   │   ├── red.png
│   │   │   ├── red_anime.gif
│   │   │   ├── setting.gif
│   │   │   ├── setting.png
│   │   │   ├── star-gold.gif
│   │   │   ├── star-gold.png
│   │   │   ├── star.gif
│   │   │   ├── star.png
│   │   │   ├── user.gif
│   │   │   ├── user.png
│   │   │   ├── yellow.gif
│   │   │   ├── yellow.png
│   │   │   └── yellow_anime.gif
│   │   ├── 48x48
│   │   │   ├── accept.png
│   │   │   ├── blue.gif
│   │   │   ├── blue.png
│   │   │   ├── blue_anime.gif
│   │   │   ├── clipboard.gif
│   │   │   ├── clipboard.png
│   │   │   ├── computer-flash.gif
│   │   │   ├── computer-x.gif
│   │   │   ├── computer-x.png
│   │   │   ├── computer.gif
│   │   │   ├── computer.png
│   │   │   ├── document.gif
│   │   │   ├── document.png
│   │   │   ├── empty.gif
│   │   │   ├── empty.png
│   │   │   ├── error.gif
│   │   │   ├── error.png
│   │   │   ├── fingerprint.gif
│   │   │   ├── fingerprint.png
│   │   │   ├── folder-delete.gif
│   │   │   ├── folder-delete.png
│   │   │   ├── folder.gif
│   │   │   ├── folder.png
│   │   │   ├── gear2.gif
│   │   │   ├── gear2.png
│   │   │   ├── graph.gif
│   │   │   ├── graph.png
│   │   │   ├── grey.gif
│   │   │   ├── grey.png
│   │   │   ├── grey_anime.gif
│   │   │   ├── health-00to19.gif
│   │   │   ├── health-00to19.png
│   │   │   ├── health-20to39.gif
│   │   │   ├── health-20to39.png
│   │   │   ├── health-40to59.gif
│   │   │   ├── health-40to59.png
│   │   │   ├── health-60to79.gif
│   │   │   ├── health-60to79.png
│   │   │   ├── health-80plus.gif
│   │   │   ├── health-80plus.png
│   │   │   ├── help.gif
│   │   │   ├── help.png
│   │   │   ├── installer.gif
│   │   │   ├── installer.png
│   │   │   ├── monitor.gif
│   │   │   ├── monitor.png
│   │   │   ├── network.gif
│   │   │   ├── network.png
│   │   │   ├── notepad.gif
│   │   │   ├── notepad.png
│   │   │   ├── orange-square.gif
│   │   │   ├── orange-square.png
│   │   │   ├── package.gif
│   │   │   ├── package.png
│   │   │   ├── plugin.gif
│   │   │   ├── plugin.png
│   │   │   ├── red.gif
│   │   │   ├── red.png
│   │   │   ├── red_anime.gif
│   │   │   ├── redo.gif
│   │   │   ├── redo.png
│   │   │   ├── refresh.gif
│   │   │   ├── refresh.png
│   │   │   ├── search.gif
│   │   │   ├── search.png
│   │   │   ├── secure.gif
│   │   │   ├── secure.png
│   │   │   ├── setting.gif
│   │   │   ├── setting.png
│   │   │   ├── star-gold.gif
│   │   │   ├── star-gold.png
│   │   │   ├── star.gif
│   │   │   ├── star.png
│   │   │   ├── system-log-out.gif
│   │   │   ├── system-log-out.png
│   │   │   ├── terminal.gif
│   │   │   ├── terminal.png
│   │   │   ├── user.gif
│   │   │   ├── user.png
│   │   │   ├── warning.gif
│   │   │   ├── warning.png
│   │   │   ├── yellow.gif
│   │   │   ├── yellow.png
│   │   │   └── yellow_anime.gif
│   │   ├── TangoProject-License.url
│   │   ├── atom-license.txt
│   │   ├── atom.gif
│   │   ├── bottom-sticker-top-edge.png
│   │   ├── grip.png
│   │   ├── headless.png
│   │   ├── jenkins.png
│   │   ├── none.gif
│   │   ├── progress-unknown-red.gif
│   │   ├── progress-unknown.gif
│   │   ├── spinner.gif
│   │   ├── textarea-handle.gif
│   │   ├── title.png
│   │   ├── title.svg
│   │   ├── title.xcf
│   │   ├── top-sticker-bottom-edge.png
│   │   ├── topbar.png
│   │   ├── topbar.svg
│   │   └── webstart.gif
│   ├── robots.txt
│   ├── scripts
│   │   ├── behavior.js
│   │   ├── combobox-readme.txt
│   │   ├── combobox.js
│   │   ├── hudson-behavior.js
│   │   ├── prototype.js
│   │   ├── sortable.js
│   │   ├── utilities.js
│   │   └── yui
│   │   ├── animation
│   │   │   ├── animation-debug.js
│   │   │   └── animation-min.js
│   │   ├── assets
│   │   │   └── skins
│   │   │   └── sam
│   │   │   ├── ajax-loader.gif
│   │   │   ├── asc.gif
│   │   │   ├── autocomplete.css
│   │   │   ├── back-h.png
│   │   │   ├── back-v.png
│   │   │   ├── bar-h.png
│   │   │   ├── bar-v.png
│   │   │   ├── bg-h.gif
│   │   │   ├── bg-v.gif
│   │   │   ├── blankimage.png
│   │   │   ├── button.css
│   │   │   ├── calendar.css
│   │   │   ├── carousel.css
│   │   │   ├── check0.gif
│   │   │   ├── check1.gif
│   │   │   ├── check2.gif
│   │   │   ├── colorpicker.css
│   │   │   ├── container.css
│   │   │   ├── datatable.css
│   │   │   ├── desc.gif
│   │   │   ├── dt-arrow-dn.png
│   │   │   ├── dt-arrow-up.png
│   │   │   ├── editor-knob.gif
│   │   │   ├── editor-sprite-active.gif
│   │   │   ├── editor-sprite.gif
│   │   │   ├── editor.css
│   │   │   ├── header_background.png
│   │   │   ├── hue_bg.png
│   │   │   ├── imagecropper.css
│   │   │   ├── layout.css
│   │   │   ├── layout_sprite.png
│   │   │   ├── loading.gif
│   │   │   ├── logger.css
│   │   │   ├── menu-button-arrow-disabled.png
│   │   │   ├── menu-button-arrow.png
│   │   │   ├── menu.css
│   │   │   ├── menubaritem_submenuindicator.png
│   │   │   ├── menubaritem_submenuindicator_disabled.png
│   │   │   ├── menuitem_checkbox.png
│   │   │   ├── menuitem_checkbox_disabled.png
│   │   │   ├── menuitem_submenuindicator.png
│   │   │   ├── menuitem_submenuindicator_disabled.png
│   │   │   ├── paginator.css
│   │   │   ├── picker_mask.png
│   │   │   ├── profilerviewer.css
│   │   │   ├── progressbar.css
│   │   │   ├── resize.css
│   │   │   ├── simpleeditor.css
│   │   │   ├── skin.css
│   │   │   ├── slider.css
│   │   │   ├── split-button-arrow-active.png
│   │   │   ├── split-button-arrow-disabled.png
│   │   │   ├── split-button-arrow-focus.png
│   │   │   ├── split-button-arrow-hover.png
│   │   │   ├── split-button-arrow.png
│   │   │   ├── sprite.png
│   │   │   ├── sprite.psd
│   │   │   ├── tabview.css
│   │   │   ├── treeview-loading.gif
│   │   │   ├── treeview-sprite.gif
│   │   │   ├── treeview.css
│   │   │   ├── wait.gif
│   │   │   └── yuitest.css
│   │   ├── autocomplete
│   │   │   ├── assets
│   │   │   │   ├── autocomplete-core.css
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── autocomplete-skin.css
│   │   │   │   └── autocomplete.css
│   │   │   ├── autocomplete-debug.js
│   │   │   └── autocomplete-min.js
│   │   ├── base
│   │   │   ├── base-min.css
│   │   │   └── base.css
│   │   ├── button
│   │   │   ├── assets
│   │   │   │   ├── button-core.css
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── button-skin.css
│   │   │   │   ├── button.css
│   │   │   │   ├── menu-button-arrow-disabled.png
│   │   │   │   ├── menu-button-arrow.png
│   │   │   │   ├── split-button-arrow-active.png
│   │   │   │   ├── split-button-arrow-disabled.png
│   │   │   │   ├── split-button-arrow-focus.png
│   │   │   │   ├── split-button-arrow-hover.png
│   │   │   │   └── split-button-arrow.png
│   │   │   ├── button-debug.js
│   │   │   └── button-min.js
│   │   ├── connection
│   │   │   ├── connection-debug.js
│   │   │   ├── connection-min.js
│   │   │   ├── connection.swf
│   │   │   ├── connection_core-debug.js
│   │   │   └── connection_core-min.js
│   │   ├── container
│   │   │   ├── assets
│   │   │   │   ├── alrt16_1.gif
│   │   │   │   ├── blck16_1.gif
│   │   │   │   ├── close12_1.gif
│   │   │   │   ├── container-core.css
│   │   │   │   ├── container.css
│   │   │   │   ├── hlp16_1.gif
│   │   │   │   ├── info16_1.gif
│   │   │   │   ├── skins
│   │   │   │   │   └── sam
│   │   │   │   │   ├── container-skin.css
│   │   │   │   │   └── container.css
│   │   │   │   ├── tip16_1.gif
│   │   │   │   └── warn16_1.gif
│   │   │   ├── container-debug.js
│   │   │   ├── container-min.js
│   │   │   ├── container_core-debug.js
│   │   │   └── container_core-min.js
│   │   ├── cookie
│   │   │   ├── cookie-debug.js
│   │   │   └── cookie-min.js
│   │   ├── cutdown.sh
│   │   ├── datasource
│   │   │   ├── datasource-debug.js
│   │   │   └── datasource-min.js
│   │   ├── dom
│   │   │   ├── dom-debug.js
│   │   │   └── dom-min.js
│   │   ├── dragdrop
│   │   │   ├── dragdrop-debug.js
│   │   │   └── dragdrop-min.js
│   │   ├── editor
│   │   │   ├── assets
│   │   │   │   ├── editor-core.css
│   │   │   │   ├── simpleeditor-core.css
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── blankimage.png
│   │   │   │   ├── editor-knob.gif
│   │   │   │   ├── editor-skin.css
│   │   │   │   ├── editor-sprite-active.gif
│   │   │   │   ├── editor-sprite.gif
│   │   │   │   ├── editor.css
│   │   │   │   ├── simpleeditor-skin.css
│   │   │   │   └── simpleeditor.css
│   │   │   ├── editor-debug.js
│   │   │   ├── editor-min.js
│   │   │   ├── simpleeditor-debug.js
│   │   │   └── simpleeditor-min.js
│   │   ├── element
│   │   │   ├── element-debug.js
│   │   │   └── element-min.js
│   │   ├── event
│   │   │   ├── event-debug.js
│   │   │   └── event-min.js
│   │   ├── fonts
│   │   │   ├── fonts-min.css
│   │   │   └── fonts.css
│   │   ├── logger
│   │   │   ├── assets
│   │   │   │   ├── logger-core.css
│   │   │   │   ├── logger.css
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── logger-skin.css
│   │   │   │   └── logger.css
│   │   │   ├── logger-debug.js
│   │   │   └── logger-min.js
│   │   ├── menu
│   │   │   ├── assets
│   │   │   │   ├── menu-core.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menu_down_arrow.png
│   │   │   │   ├── menu_down_arrow_disabled.png
│   │   │   │   ├── menu_up_arrow.png
│   │   │   │   ├── menu_up_arrow_disabled.png
│   │   │   │   ├── menubaritem_submenuindicator.png
│   │   │   │   ├── menubaritem_submenuindicator_disabled.png
│   │   │   │   ├── menubaritem_submenuindicator_selected.png
│   │   │   │   ├── menuitem_checkbox.png
│   │   │   │   ├── menuitem_checkbox_disabled.png
│   │   │   │   ├── menuitem_checkbox_selected.png
│   │   │   │   ├── menuitem_submenuindicator.png
│   │   │   │   ├── menuitem_submenuindicator_disabled.png
│   │   │   │   ├── menuitem_submenuindicator_selected.png
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── menu-skin.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── menubaritem_submenuindicator.png
│   │   │   │   ├── menubaritem_submenuindicator_disabled.png
│   │   │   │   ├── menuitem_checkbox.png
│   │   │   │   ├── menuitem_checkbox_disabled.png
│   │   │   │   ├── menuitem_submenuindicator.png
│   │   │   │   └── menuitem_submenuindicator_disabled.png
│   │   │   ├── menu-debug.js
│   │   │   └── menu-min.js
│   │   ├── resize
│   │   │   ├── assets
│   │   │   │   ├── resize-core.css
│   │   │   │   └── skins
│   │   │   │   └── sam
│   │   │   │   ├── layout_sprite.png
│   │   │   │   ├── resize-skin.css
│   │   │   │   └── resize.css
│   │   │   ├── resize-debug.js
│   │   │   └── resize-min.js
│   │   ├── storage
│   │   │   ├── storage-debug.js
│   │   │   └── storage-min.js
│   │   ├── tabview
│   │   │   ├── assets
│   │   │   │   ├── border_tabs.css
│   │   │   │   ├── loading.gif
│   │   │   │   ├── skin-sam.css
│   │   │   │   ├── skins
│   │   │   │   │   └── sam
│   │   │   │   │   ├── tabview-skin.css
│   │   │   │   │   └── tabview.css
│   │   │   │   ├── tabview-core.css
│   │   │   │   └── tabview.css
│   │   │   ├── tabview-debug.js
│   │   │   └── tabview-min.js
│   │   ├── treeview
│   │   │   ├── assets
│   │   │   │   ├── skins
│   │   │   │   │   └── sam
│   │   │   │   │   ├── check0.gif
│   │   │   │   │   ├── check1.gif
│   │   │   │   │   ├── check2.gif
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── treeview-loading.gif
│   │   │   │   │   ├── treeview-skin.css
│   │   │   │   │   ├── treeview-sprite.gif
│   │   │   │   │   └── treeview.css
│   │   │   │   └── treeview-core.css
│   │   │   ├── treeview-debug.js
│   │   │   └── treeview-min.js
│   │   └── yahoo
│   │   ├── yahoo-debug.js
│   │   └── yahoo-min.js
│   └── winstone.jar
├── sample
│   ├── META-INF
│   │   └── MANIFEST.MF
│   └── WEB-INF
│   ├── classes
│   │   ├── META-INF
│   │   │   ├── annotations
│   │   │   │   └── hudson.Extension
│   │   │   └── exposed.stapler-beans
│   │   ├── index.jelly
│   │   └── org
│   │   └── example
│   │   ├── HelloWorldBuilder
│   │   │   ├── DescriptorImpl
│   │   │   │   └── doCheckName.stapler
│   │   │   ├── config.jelly
│   │   │   ├── global.jelly
│   │   │   ├── help-name.html
│   │   │   └── help-useFrench.html
│   │   ├── HelloWorldBuilder$DescriptorImpl.class
│   │   ├── HelloWorldBuilder.class
│   │   └── HelloWorldBuilder.stapler
│   └── licenses.xml
├── sample.hpi
├── sample.jar
├── surefire
├── surefire-reports
│   ├── InjectedTest.txt
│   └── TEST-InjectedTest.xml
└── test-classes
├── InjectedTest.class
├── META-INF
│   └── exposed.stapler-beans
├── test-dependencies
│   ├── ant.hpi
│   ├── index
│   ├── javadoc.hpi
│   ├── maven-plugin.hpi
│   ├── subversion.hpi
│   └── ui-samples-plugin.hpi
└── the.hpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment