├── CODEOWNERS
├── src
└── main
│ ├── resources
│ ├── com
│ │ └── uipath
│ │ │ └── uipathpackage
│ │ │ ├── config_ru.properties
│ │ │ ├── entries
│ │ │ ├── job
│ │ │ │ ├── RobotEntry
│ │ │ │ │ ├── config_ja.properties
│ │ │ │ │ ├── config_ko.properties
│ │ │ │ │ ├── config.properties
│ │ │ │ │ ├── config_zh-CN.properties
│ │ │ │ │ ├── config_de.properties
│ │ │ │ │ ├── config_fr.properties
│ │ │ │ │ ├── config_pt-BR.properties
│ │ │ │ │ ├── config_pt.properties
│ │ │ │ │ ├── config_ru.properties
│ │ │ │ │ ├── config_tr.properties
│ │ │ │ │ ├── config_es-MX.properties
│ │ │ │ │ ├── config_es.properties
│ │ │ │ │ └── config.jelly
│ │ │ │ └── DynamicallyEntry
│ │ │ │ │ ├── config_ja.properties
│ │ │ │ │ ├── config_ko.properties
│ │ │ │ │ ├── config_zh-CN.properties
│ │ │ │ │ ├── config.properties
│ │ │ │ │ ├── config_tr.properties
│ │ │ │ │ ├── config_es.properties
│ │ │ │ │ ├── config_fr.properties
│ │ │ │ │ ├── config_ru.properties
│ │ │ │ │ ├── config_de.properties
│ │ │ │ │ ├── config_es-MX.properties
│ │ │ │ │ ├── config_pt-BR.properties
│ │ │ │ │ ├── config_pt.properties
│ │ │ │ │ └── config.jelly
│ │ │ ├── testExecutionTarget
│ │ │ │ ├── TestSetEntry
│ │ │ │ │ ├── config_de.properties
│ │ │ │ │ ├── config_es.properties
│ │ │ │ │ ├── config_fr.properties
│ │ │ │ │ ├── config_ja.properties
│ │ │ │ │ ├── config_ko.properties
│ │ │ │ │ ├── config_pt.properties
│ │ │ │ │ ├── config_ru.properties
│ │ │ │ │ ├── config_tr.properties
│ │ │ │ │ ├── config.properties
│ │ │ │ │ ├── config_es-MX.properties
│ │ │ │ │ ├── config_pt-BR.properties
│ │ │ │ │ ├── config_zh-CN.properties
│ │ │ │ │ └── config.jelly
│ │ │ │ └── TestProjectEntry
│ │ │ │ │ ├── config_zh-CN.properties
│ │ │ │ │ ├── config.properties
│ │ │ │ │ ├── config_ja.properties
│ │ │ │ │ ├── config_ko.properties
│ │ │ │ │ ├── config_ru.properties
│ │ │ │ │ ├── config_tr.properties
│ │ │ │ │ ├── config_de.properties
│ │ │ │ │ ├── config_es.properties
│ │ │ │ │ ├── config_es-MX.properties
│ │ │ │ │ ├── config_pt.properties
│ │ │ │ │ ├── config_pt-BR.properties
│ │ │ │ │ ├── config_fr.properties
│ │ │ │ │ └── config.jelly
│ │ │ ├── authentication
│ │ │ │ ├── TokenAuthenticationEntry
│ │ │ │ │ ├── config_zh-CN.properties
│ │ │ │ │ ├── config_ja.properties
│ │ │ │ │ ├── config_ko.properties
│ │ │ │ │ ├── config.properties
│ │ │ │ │ ├── config_de.properties
│ │ │ │ │ ├── config_tr.properties
│ │ │ │ │ ├── config_fr.properties
│ │ │ │ │ ├── config_pt-BR.properties
│ │ │ │ │ ├── config_pt.properties
│ │ │ │ │ ├── config_ru.properties
│ │ │ │ │ ├── config_es-MX.properties
│ │ │ │ │ ├── config_es.properties
│ │ │ │ │ └── config.jelly
│ │ │ │ ├── ExternalAppAuthenticationEntry
│ │ │ │ │ ├── config.properties
│ │ │ │ │ └── config.jelly
│ │ │ │ └── UserPassAuthenticationEntry
│ │ │ │ │ └── config.jelly
│ │ │ └── versioning
│ │ │ │ └── ManualVersionEntry
│ │ │ │ └── config.jelly
│ │ │ ├── config_ko.properties
│ │ │ ├── config_zh-TW.properties
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── solutions
│ │ │ ├── UiPathSolutionDeploy
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionDeletePackage
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionDownloadConfig
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionUploadPackage
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionActivateDeployment
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionDownloadPackage
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathSolutionUninstallDeployment
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ └── config.properties
│ │ │ └── UiPathSolutionPack
│ │ │ │ ├── config_zh-CN.properties
│ │ │ │ ├── config_ko.properties
│ │ │ │ ├── config_ja.properties
│ │ │ │ ├── config_tr.properties
│ │ │ │ ├── config_de.properties
│ │ │ │ ├── config_pt-BR.properties
│ │ │ │ ├── config_pt.properties
│ │ │ │ ├── config_ru.properties
│ │ │ │ ├── config_es-MX.properties
│ │ │ │ ├── config_es.properties
│ │ │ │ ├── config_fr.properties
│ │ │ │ └── config.properties
│ │ │ ├── UiPathInstallPlatform
│ │ │ └── config.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_es.properties
│ │ │ ├── config_fr.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config_es-MX.properties
│ │ │ ├── UiPathDeploy
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── config_ko.properties
│ │ │ ├── config_ru.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_es.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config_es-MX.properties
│ │ │ ├── config_fr.properties
│ │ │ └── config.properties
│ │ │ ├── UiPathAssets
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── config_ko.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_ru.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_es.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config.properties
│ │ │ ├── config_fr.properties
│ │ │ └── config_es-MX.properties
│ │ │ ├── UiPathPack
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── config_ko.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_ru.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_es.properties
│ │ │ ├── config_es-MX.properties
│ │ │ ├── config_fr.properties
│ │ │ └── config.properties
│ │ │ ├── UiPathTest
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── config_ko.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_ru.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config_fr.properties
│ │ │ ├── config_es.properties
│ │ │ ├── config_es-MX.properties
│ │ │ └── config.properties
│ │ │ ├── UiPathRunJob
│ │ │ ├── config_zh-CN.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── config_ko.properties
│ │ │ ├── config_ru.properties
│ │ │ ├── config_tr.properties
│ │ │ ├── config_de.properties
│ │ │ ├── config_fr.properties
│ │ │ ├── config.properties
│ │ │ ├── config_pt-BR.properties
│ │ │ ├── config_pt.properties
│ │ │ ├── config_es.properties
│ │ │ └── config_es-MX.properties
│ │ │ ├── config_ja.properties
│ │ │ ├── Messages_zh-CN.properties
│ │ │ ├── Messages_zh-TW.properties
│ │ │ ├── Messages_ko.properties
│ │ │ ├── Messages_ja.properties
│ │ │ └── Messages_ru.properties
│ ├── index.jelly
│ └── config.properties
│ └── java
│ └── com
│ └── uipath
│ └── uipathpackage
│ ├── models
│ ├── SerializableCliOptions.java
│ ├── LocalizationOptions.java
│ ├── solutions
│ │ ├── SolutionAnalyzeOptions.java
│ │ ├── SolutionDeployUninstallOptions.java
│ │ ├── SolutionDeployActivateOptions.java
│ │ ├── SolutionUploadPackageOptions.java
│ │ ├── SolutionDeletePackageOptions.java
│ │ ├── SolutionDownloadPackageOptions.java
│ │ ├── SolutionDownloadConfigOptions.java
│ │ ├── SolutionDeployOptions.java
│ │ └── SolutionPackOptions.java
│ ├── AssetsOptions.java
│ ├── TelemetryOptions.java
│ ├── RunOptions.java
│ ├── AuthenticatedOptions.java
│ ├── DeployOptions.java
│ ├── AnalyzeOptions.java
│ ├── JobOptions.java
│ ├── PackOptions.java
│ └── TestOptions.java
│ ├── util
│ ├── CliGetFlow.java
│ ├── JobType.java
│ ├── StartProcessDtoJobPriority.java
│ ├── TraceLevel.java
│ ├── ConfigFormat.java
│ ├── EnvironmentVariablesConsts.java
│ ├── OutputType.java
│ ├── ActualVersion.java
│ ├── CliDetails.java
│ └── TaskScopedEnvVarsManager.java
│ ├── entries
│ ├── SelectEntry.java
│ ├── job
│ │ ├── UnattendedJobTypeEntry.java
│ │ ├── NonProductionJobTypeEntry.java
│ │ ├── TestAutomationJobTypeEntry.java
│ │ ├── RobotEntry.java
│ │ └── DynamicallyEntry.java
│ ├── versioning
│ │ ├── AutoVersionEntry.java
│ │ ├── CurrentVersionEntry.java
│ │ └── ManualVersionEntry.java
│ ├── assetsAction
│ │ ├── DeleteAssetsEntry.java
│ │ └── DeployAssetsEntry.java
│ ├── testExecutionTarget
│ │ ├── TestSetEntry.java
│ │ └── TestProjectEntry.java
│ └── authentication
│ │ ├── TokenAuthenticationEntry.java
│ │ ├── UserPassAuthenticationEntry.java
│ │ └── ExternalAppAuthenticationEntry.java
│ ├── actions
│ └── AddEnvironmentVariablesAction.java
│ └── extensions
│ └── ExecutionEnvironmentVariablesContributor.java
├── .mvn
├── maven.config
└── extensions.xml
├── .github
├── pack.png
├── assets.png
├── deploy.png
├── run-job.png
├── run-tests.png
├── cloud-orchestrator-howto.png
├── dependabot.yml
├── workflows
│ ├── jenkins-security-scan.yml
│ └── cd.yaml
└── pull_request_template.md
├── spotbugs-security-include.xml
├── Jenkinsfile
├── .gitignore
├── job.ci.test.template.yml
├── stage.security.yml
├── .vsts-ci-security.yml
├── spotbugs-security-exclude.xml
├── job.ci.build.yml
├── GenerateHelpFiles.ps1
└── azure-pipelines.yml
/CODEOWNERS:
--------------------------------------------------------------------------------
1 | * @aoltean16 @leonard-apostoaie @AndreiDinca24
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/config_ru.properties:
--------------------------------------------------------------------------------
1 | TestSetName=Имя набора тестов
--------------------------------------------------------------------------------
/.mvn/maven.config:
--------------------------------------------------------------------------------
1 | -Pconsume-incrementals
2 | -Pmight-produce-incrementals
3 | -Dchangelist.format=%d.v%s
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_ja.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=ロボット名
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_ko.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=로봇 이름
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Robot names
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_zh-CN.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=机器人名称
--------------------------------------------------------------------------------
/.github/pack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jenkinsci/uipath-automation-package-plugin/HEAD/.github/pack.png
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_de.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Roboternamen
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_fr.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Noms de robot
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_pt-BR.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Nomes de robô
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_pt.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Nomes de robots
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_ru.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Имена робота
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_tr.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Robot adları
--------------------------------------------------------------------------------
/.github/assets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jenkinsci/uipath-automation-package-plugin/HEAD/.github/assets.png
--------------------------------------------------------------------------------
/.github/deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jenkinsci/uipath-automation-package-plugin/HEAD/.github/deploy.png
--------------------------------------------------------------------------------
/.github/run-job.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jenkinsci/uipath-automation-package-plugin/HEAD/.github/run-job.png
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_es-MX.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Nombres de robots
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/RobotEntry/config_es.properties:
--------------------------------------------------------------------------------
1 | RobotsIds=Nombres del robot
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_de.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_es.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_fr.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_ja.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_ko.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_pt.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_ru.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_tr.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/.github/run-tests.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jenkinsci/uipath-automation-package-plugin/HEAD/.github/run-tests.png
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config.properties:
--------------------------------------------------------------------------------
1 | TestSetName=Test Set
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_es-MX.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_pt-BR.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/testExecutionTarget/TestSetEntry/config_zh-CN.properties:
--------------------------------------------------------------------------------
1 | TestSetName=
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/DynamicallyEntry/config_ja.properties:
--------------------------------------------------------------------------------
1 | JobsCount=ジョブの数
2 | User=User
3 | Machine=マシン
--------------------------------------------------------------------------------
/src/main/resources/com/uipath/uipathpackage/entries/job/DynamicallyEntry/config_ko.properties:
--------------------------------------------------------------------------------
1 | JobsCount=작업 번호
2 | User=User
3 | Machine=머신
--------------------------------------------------------------------------------
/spotbugs-security-include.xml:
--------------------------------------------------------------------------------
1 |
52 | * {@link Descriptor} is an object that has metadata about a {@link Describable}
53 | * object, and also serves as a factory (in a way this relationship is similar
54 | * to {@link Object}/{@link Class} relationship.
55 | *
56 | * @see Describable
57 | */
58 | @Symbol("CustomVersion")
59 | @Extension
60 | public static class DescriptorImpl extends Descriptor