Skip navigation links
A C D E G I M P U _ 

A

AutoEntry() - Constructor for class com.uipath.uipathpackage.UiPathPack.AutoEntry
Blank Class to represent auto versioning

C

com.uipath.uipathpackage - package com.uipath.uipathpackage
 

D

DescriptorImpl() - Constructor for class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.uipath.uipathpackage.UiPathPack.AutoEntry.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.uipath.uipathpackage.UiPathPack.ManualEntry.DescriptorImpl
 
doCheckCredentialsId(Item, String) - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Validates Credentials if exists
doCheckOrchestratorAddress(String) - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Validates Orchestrator Address
doCheckOutputPath(String) - Method in class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
Validates the output path
doCheckPackagePath(String) - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Validates Package(s) Path
doCheckProjectJsonPath(String) - Method in class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
Validated the Project(s) path
doFillCredentialsIdItems(Item) - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Returns the list of StandardUsernamePasswordCredentials to be filled in choice If item is null or doesn't have configure permission it will return empty list

E

Entry() - Constructor for class com.uipath.uipathpackage.UiPathPack.Entry
 

G

getCredentialsId() - Method in class com.uipath.uipathpackage.UiPathDeploy
Credentials ID, appearing as choice and will be responsible to extract credentials and use for orchestrator connection
getDisplayName() - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Sets the display name of the build step
getDisplayName() - Method in class com.uipath.uipathpackage.UiPathPack.AutoEntry.DescriptorImpl
 
getDisplayName() - Method in class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
Provides the display name to the build step
getDisplayName() - Method in class com.uipath.uipathpackage.UiPathPack.ManualEntry.DescriptorImpl
 
getEntryDescriptors() - Method in class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
Provides the enlist of descriptors to the choice in hetero-radio
getOrchestratorAddress() - Method in class com.uipath.uipathpackage.UiPathDeploy
Provides base orchestrator URL
getOrchestratorTenant() - Method in class com.uipath.uipathpackage.UiPathDeploy
Orchestrator Tenant
getOutputPath() - Method in class com.uipath.uipathpackage.UiPathPack
Provides the Output Path
getPackagePath() - Method in class com.uipath.uipathpackage.UiPathDeploy
nupkg path which has to be uploaded
getProjectJsonPath() - Method in class com.uipath.uipathpackage.UiPathPack
Provides the project json path
getRequiredMonitorService() - Method in class com.uipath.uipathpackage.UiPathDeploy
Declares the scope of the synchronization monitor this BuildStep expects from outside.
getText() - Method in class com.uipath.uipathpackage.UiPathPack.ManualEntry
Getter for the text
getVersion() - Method in class com.uipath.uipathpackage.UiPathPack
Provide the project version

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
Returns true if this task is applicable to the given project.
isApplicable(Class<? extends AbstractProject>) - Method in class com.uipath.uipathpackage.UiPathPack.DescriptorImpl
Returns true if this task is applicable to the given project.

M

ManualEntry(String) - Constructor for class com.uipath.uipathpackage.UiPathPack.ManualEntry
Custom Version as text
Messages - Class in com.uipath.uipathpackage
Generated localization support class.
Messages() - Constructor for class com.uipath.uipathpackage.Messages
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.uipath.uipathpackage.UiPathDeploy
Run this step.
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.uipath.uipathpackage.UiPathPack
Run this step.

U

UiPathDeploy - Class in com.uipath.uipathpackage
Class responsible for deploying the nuget package to the orchestrator instance provided by the user.
UiPathDeploy(String, String, String, String) - Constructor for class com.uipath.uipathpackage.UiPathDeploy
Data bound constructor which is responsible for setting/saving of the values provided by the user
UiPathDeploy.DescriptorImpl - Class in com.uipath.uipathpackage
Publisher.
UiPathDeploy_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.DisplayName: UiPath Deploy.
UiPathDeploy_DescriptorImpl_errors_missingCredentialsId() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingCredentialsId: Cannot find the selected credentials.
UiPathDeploy_DescriptorImpl_errors_missingOrchestratorAddress() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingOrchestratorAddress: Orchestrator Address is mandatory.
UiPathDeploy_DescriptorImpl_errors_missingPackagePath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingPackagePath: Package Path is mandatory.
UiPathPack - Class in com.uipath.uipathpackage
BuildSteps that perform the actual build.
UiPathPack(UiPathPack.Entry, String, String) - Constructor for class com.uipath.uipathpackage.UiPathPack
Data bound constructor responsible for setting the values param values to state
UiPathPack.AutoEntry - Class in com.uipath.uipathpackage
Implementation of the auto versioning method
UiPathPack.AutoEntry.DescriptorImpl - Class in com.uipath.uipathpackage
 
UiPathPack.DescriptorImpl - Class in com.uipath.uipathpackage
Descriptor for Builder
UiPathPack.Entry - Class in com.uipath.uipathpackage
Partial default implementation of Describable.
UiPathPack.ManualEntry - Class in com.uipath.uipathpackage
Implementation of the Custom Versioning method, providing the text as input
UiPathPack.ManualEntry.DescriptorImpl - Class in com.uipath.uipathpackage
Metadata about a configurable instance.
UiPathPack_AutoEntry_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.AutoEntry.DescriptorImpl.DisplayName: Auto generate the package version.
UiPathPack_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.DisplayName: UiPath Pack.
UiPathPack_DescriptorImpl_error_missingOutputPath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.error.missingOutputPath: Output Path is mandatory.
UiPathPack_DescriptorImpl_errors_missingProjectJsonPath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.errors.missingProjectJsonPath: Project Json Path is mandatory.
UiPathPack_ManualEntry_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.ManualEntry.DescriptorImpl.DisplayName: Use custom package versioning.

_

_UiPathDeploy_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.DisplayName: UiPath Deploy.
_UiPathDeploy_DescriptorImpl_errors_missingCredentialsId() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingCredentialsId: Cannot find the selected credentials.
_UiPathDeploy_DescriptorImpl_errors_missingOrchestratorAddress() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingOrchestratorAddress: Orchestrator Address is mandatory.
_UiPathDeploy_DescriptorImpl_errors_missingPackagePath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathDeploy.DescriptorImpl.errors.missingPackagePath: Package Path is mandatory.
_UiPathPack_AutoEntry_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.AutoEntry.DescriptorImpl.DisplayName: Auto generate the package version.
_UiPathPack_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.DisplayName: UiPath Pack.
_UiPathPack_DescriptorImpl_error_missingOutputPath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.error.missingOutputPath: Output Path is mandatory.
_UiPathPack_DescriptorImpl_errors_missingProjectJsonPath() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.DescriptorImpl.errors.missingProjectJsonPath: Project Json Path is mandatory.
_UiPathPack_ManualEntry_DescriptorImpl_DisplayName() - Static method in class com.uipath.uipathpackage.Messages
Key UiPathPack.ManualEntry.DescriptorImpl.DisplayName: Use custom package versioning.
A C D E G I M P U _ 
Skip navigation links

Copyright © 2016–2019. All rights reserved.