- FDUser - Class in flexagon.fd.model.pojos.security
-
FlexDeploy User Object Pojo
- FDUser() - Constructor for class flexagon.fd.model.pojos.security.FDUser
-
- findLocalChangeLogs(String, String, String, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds change logs for a local ssh enabled git repository.
- findLocalChangeLogs(String, String, String, String, String, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds change logs for a local git repository.
- findPackagesForChange(String, String, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Packages for any given PollingResult.
- findPackagesForChange(String, String, List<String>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Packages for a list of changed files.
- findProjectId(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds the FlexDeploy Project id for any given name
- findProjectsForChange(String, String, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Projects for any given PollingResult and stream.
- findProjectsForChange(String, String, List<String>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Projects for a list of changed files.
- findProjectsForNewBranch(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Projects for a new branch event.
- findProjectsForNewBranch(String, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds relevant FlexDeploy Projects for a new branch event.
- findReleases(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds Releases matching the specified name.
- findStreamId(Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Finds a FlexDeploy stream id from the Stream name.
- fine(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
-
Logs a message to the FlexDeploy logs with a level of FINE.
- flexagon.fd.model.pojos.continuous - package flexagon.fd.model.pojos.continuous
-
- flexagon.fd.model.pojos.project - package flexagon.fd.model.pojos.project
-
- flexagon.fd.model.pojos.rest.project - package flexagon.fd.model.pojos.rest.project
-
- flexagon.fd.model.pojos.rest.release - package flexagon.fd.model.pojos.rest.release
-
- flexagon.fd.model.pojos.security - package flexagon.fd.model.pojos.security
-
- flexagon.fd.services.webhooks.functions - package flexagon.fd.services.webhooks.functions
-
- flexagon.ff.common.core.exceptions - package flexagon.ff.common.core.exceptions
-
- flexagon.ffi.scm.enums - package flexagon.ffi.scm.enums
-
- flexagon.ffi.scm.pojos - package flexagon.ffi.scm.pojos
-
- FlexCheckedException - Exception in flexagon.ff.common.core.exceptions
-
Base class for all FlexDeploy Checked Exceptions.
- FlexCheckedException() - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Default constructor.
- FlexCheckedException(String, boolean) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given message
- FlexCheckedException(String) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given message.
- FlexCheckedException(String, String) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given name and code.
- FlexCheckedException(Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given cause
- FlexCheckedException(String, Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given message an cause.
- FlexCheckedException(String, String, Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Creates an exception with the given code, message, and cause.
- FlexDeployFunctions - Class in flexagon.fd.services.webhooks.functions
-
Functions to perform actions in FlexDeploy, like building a project or starting a release.
- FlexDeployFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
- FlexNotFoundException - Exception in flexagon.ff.common.core.exceptions
-
- FlexNotFoundException(String, String, Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException(String, Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException(Throwable) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException(String, String) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException(String) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException(String, boolean) - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- FlexNotFoundException() - Constructor for exception flexagon.ff.common.core.exceptions.FlexNotFoundException
-
- generateHmac(Object, String, String) - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
Generates an Hmac string
- generateHmacSHA1(Object, String) - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
Generates an Hmac string using the HmacSHA1 algorithm
- generateHmacSHA256(Object, String) - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
Generates an Hmac string using the HmacSHA256 algorithm
- generateHmacSHA384(Object, String) - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
Generates an Hmac string using the HmacSHA384 algorithm
- generateHmacSHA512(Object, String) - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
Generates an Hmac string using the HmacSHA512 algorithm
- getActionType() - Method in class flexagon.ffi.scm.pojos.LogChange
-
- getApplicationId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getBuildEnvironmentId() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getBuildInfo() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getChangeFile() - Method in class flexagon.ffi.scm.pojos.LogChange
-
- getChangeLogs(Object, String, String) - Method in class flexagon.fd.services.webhooks.functions.BitbucketFunctions
-
Finds FlexDeploy change logs from a Bitbucket payload.
- getChangeLogs(Object, String, String, boolean) - Method in class flexagon.fd.services.webhooks.functions.BitbucketFunctions
-
Finds FlexDeploy change logs from a Bitbucket payload.
- getChangeLogs(Object, String, String) - Method in class flexagon.fd.services.webhooks.functions.BitbucketServerFunctions
-
Finds FlexDeploy change logs from a Bitbucket Server payload.
- getChangeLogs(Object, String, String, boolean) - Method in class flexagon.fd.services.webhooks.functions.BitbucketServerFunctions
-
Finds FlexDeploy change logs from a Bitbucket Server payload.
- getChangeLogs(Object) - Method in class flexagon.fd.services.webhooks.functions.GithubFunctions
-
Finds FlexDeploy change logs from a Github payload.
- getChangeLogs(Object, boolean) - Method in class flexagon.fd.services.webhooks.functions.GithubFunctions
-
Finds FlexDeploy change logs from a Github payload.
- getChangeLogs(Object) - Method in class flexagon.fd.services.webhooks.functions.GitlabFunctions
-
Finds FlexDeploy change logs from a Gitlab payload.
- getChangeLogs(Object, boolean) - Method in class flexagon.fd.services.webhooks.functions.GitlabFunctions
-
Finds FlexDeploy change logs from a Gitlab payload.
- getCode() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Returns the exception code.
- getCommitDate() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getCommitDate() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getCommitter() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getCommitterEmail() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getConfigName() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
-
- getConfigValue() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
-
- getConfigValues() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
-
- getContainerConfiguration() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getDeployInfo() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getDescription() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getEmailAddress() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getFirstName() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.BitbucketFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.BitbucketServerFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.GithubFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.GitlabFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.HmacFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
-
- getGroovyKey() - Method in class flexagon.fd.services.webhooks.functions.SlackFunctions
-
- getInstanceId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectBuildInfo
-
- getInstanceId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
-
- getInstanceIds() - Method in class flexagon.fd.model.pojos.rest.project.ProjectDeployInfo
-
- getInstanceIds() - Method in class flexagon.fd.model.pojos.rest.project.UtilityProjectExecutionInfo
-
- getInstanceIdsForType(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getIsActive() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getLastChangeDate() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getLastName() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getLogChanges() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getLogChangesSize() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getLogs() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getLogs() - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
-
- getMainStreamName() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getMessage() - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
-
- getMessage() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
- getMessage() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getPackageId() - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
-
- getPackageName() - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
-
- getPackageName() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getPartialDeployment() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getPassword() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getPlainMessage() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Returns error message without exception code.
- getPriority() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getPriority() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getPriorityScope() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getProject(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Returns project information for a given projectId.
- getProjectGroups() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getProjectId() - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
-
- getProjectId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getProjectId() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getProjectName() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getProjectPath() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getProjectStreamId() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getProjectType() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getRelease(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
-
Gets a release by a specific id.
- getRequestAllFiles() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
-
- getRevision() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getRevision() - Method in class flexagon.ffi.scm.pojos.LogPoint
-
- getScmConfiguration() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getScmInstanceIds() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getScmType() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getSecondaryRevision() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
-
- getSourceNumber() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
-
- getSources() - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMPojo
-
- getStreams() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getUserFromSlackId(String) - Method in class flexagon.fd.services.webhooks.functions.SlackFunctions
-
Returns the FlexDeploy User corresponding to the given slack user id.
- getUserId() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getUserName() - Method in class flexagon.fd.model.pojos.security.FDUser
-
- getUtilityExecutionInfo() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getWebhooksEnabled() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- getWorkflowId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectBuildInfo
-
- getWorkflowId() - Method in class flexagon.fd.model.pojos.rest.project.ProjectDeployInfo
-
- getWorkflowId() - Method in class flexagon.fd.model.pojos.rest.project.UtilityProjectExecutionInfo
-
- getWorkflowIdForType(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
-
- GithubFunctions - Class in flexagon.fd.services.webhooks.functions
-
Utility functions used to get information from a Github payload
- GithubFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.GithubFunctions
-
- GitlabFunctions - Class in flexagon.fd.services.webhooks.functions
-
Utility functions used to get information from a Gitlab payload
- GitlabFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.GitlabFunctions
-
- GROOVY_KEY - Static variable in class flexagon.fd.services.webhooks.functions.LogFunctions
-