public class SalesforceFunctions extends BaseFunctions
| Constructor and Description |
|---|
SalesforceFunctions(boolean b) |
SalesforceFunctions(boolean b,
LogFunctions pLogFunctions) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
discoverFilesAndCommit(java.lang.Long pProjectId,
java.lang.Long pBranchId,
java.lang.String pPackageName,
java.lang.String pAccountCode,
java.lang.String pCommitMessage,
java.lang.String pCommitUser,
java.lang.String pFileType,
java.lang.String pFileName)
Discover partial deployment files from Salesforce Account for a given project.
|
java.lang.String |
getGroovyKey() |
approveTask, approveTaskByEmails, completeManualStepBySnapshotId, completeManualStepByTaskId, decryptIntegrationInstance, doSimpleGet, findIntegrationInstance, getLogFunctions, getServerBaseUrl, rejectTask, rejectTaskByEmailspublic SalesforceFunctions(boolean b,
LogFunctions pLogFunctions)
public SalesforceFunctions(boolean b)
public void discoverFilesAndCommit(java.lang.Long pProjectId,
java.lang.Long pBranchId,
java.lang.String pPackageName,
java.lang.String pAccountCode,
java.lang.String pCommitMessage,
java.lang.String pCommitUser,
java.lang.String pFileType,
java.lang.String pFileName)
throws FlexCheckedException
pProjectId - Project id to populate files for. This should be a project using partial deployment.pBranchId - Branch id to use when populating.pPackageName - The package name (optional), if you wish to add discovered files to package.pAccountCode - The cloud account code for discovering files.pCommitMessage - Commit message.pCommitUser - User name for commit.pFileType - The File / Object type.pFileName - The File names with path. Can be multiple separated by ,.FlexCheckedExceptionpublic java.lang.String getGroovyKey()
getGroovyKey in class BaseFunctionspublic void cleanup()
cleanup in class BaseFunctions