public class SalesforceFunctions extends BaseFunctions
mExecute, mFLOG, mScriptRef
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() |
decryptIntegrationInstance, doSimpleGet, findIntegrationInstanceByCode, getLogFunctions, getServerBaseUrl, setScriptRef
public 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
- Username for commit.pFileType
- The File / Object type.pFileName
- The File names with path. Can be a comma-separated list of file names.FlexCheckedException
public java.lang.String getGroovyKey()
getGroovyKey
in class BaseFunctions
public void cleanup()
cleanup
in class BaseFunctions