Skip navigation links
A B C D E F G H I L P R S T U V W 

A

addFilesToPackage(Long, String, List<String>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Adds files to a given package.
addLogChange(LogChange) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
addProjectsToRelease(String, List<ReleaseProjectsPojo>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Add FlexDeploy projects to a given release.
approveTask(String, Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Approve a FlexDeploy Task.

B

BitbucketFunctions - Class in flexagon.fd.services.webhooks.functions
Utility functions used to get information from a Bitbucket payload
BitbucketFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.BitbucketFunctions
 
BitbucketServerFunctions - Class in flexagon.fd.services.webhooks.functions
Utility functions used to get information from a Bitbucket Server payload
BitbucketServerFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.BitbucketServerFunctions
 
BitbucketServerFunctions(DevOpsRestAM) - Constructor for class flexagon.fd.services.webhooks.functions.BitbucketServerFunctions
 
buildPackage(Long, ProjectPackagePojo) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Package.
buildPackage(Long, ProjectPackagePojo, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Package.
buildPackage(Long, ProjectPackagePojo, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Package using a PollingResult.
buildPackage(Long, ProjectPackagePojo, String, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Package using a PollingResult.
buildProject(Long, Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Project.
buildProject(Long, Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Project.
buildProject(Long, Long, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Project using a PollingResult.
buildProject(Long, Long, String, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Builds a FlexDeploy Project using a PollingResult.

C

ChangeActionTypeEnum - Enum in flexagon.ffi.scm.enums
GIT M modified - File has been modified (Modified) C copy-edit - File has been copied and modified (Modified) R rename-edit - File has been renamed and modified (Modified) A added - File has been added (Add) D deleted - File has been deleted (Delete) U unmerged - File has conflicts after a merge (Modified)
createPackage(Long, String, String, List<String>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Creates a package for a given project and list of files.
createRelease(String, String, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Create an empty FlexDeploy Release that defaults to 'Not Started' status.
createRelease(String, String, String, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Create an empty scheduled FlexDeploy Release that defaults to 'Not Started' status.
createSnapshot(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Create a Snapshot for a given Release.
createStream(Long, String, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Create a FlexDeploy Stream on a given project.
createStream(Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Create a FlexDeploy Stream on a given project.

D

deletePackage(Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Deletes a project package

E

endRelease(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
End a FlexDeploy Release.
endRelease(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
End a FlexDeploy Release.
equals(Object) - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
equals(Object) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
equals(Object) - Method in class flexagon.fd.model.pojos.security.FDUser
 

F

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
 

G

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
 

H

hashCode() - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
hashCode() - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
hashCode() - Method in class flexagon.fd.model.pojos.security.FDUser
 
HmacFunctions - Class in flexagon.fd.services.webhooks.functions
Utility functions for generating Hmac strings
HmacFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.HmacFunctions
 

I

inactivateStream(Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Inactive a FlexDeploy Stream on a project.
info(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
Logs a message to the FlexDeploy logs with a level of INFO.
isActive() - Method in class flexagon.fd.model.pojos.security.FDUser
 
isChangeDetected() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
isInactive() - Method in class flexagon.fd.model.pojos.security.FDUser
 

L

log() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
Logs exception information on initialization
LogChange - Class in flexagon.ffi.scm.pojos
Object containing the change of a single file for a commit/checkin to source control.
LogChange(String, ChangeActionTypeEnum) - Constructor for class flexagon.ffi.scm.pojos.LogChange
 
LogFunctions - Class in flexagon.fd.services.webhooks.functions
Log Functions for logging messages and capturing status messages
LogFunctions(DevOpsRestAM) - Constructor for class flexagon.fd.services.webhooks.functions.LogFunctions
 
logOnInit() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
Checks whether to log on initialization of this exception
LogPoint - Class in flexagon.ffi.scm.pojos
Object containing all information for any given single commit/checkin for a source control system.
LogPoint() - Constructor for class flexagon.ffi.scm.pojos.LogPoint
 

P

pauseRelease(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Pause a FlexDeploy Release.
pauseRelease(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Pause a FlexDeploy Release.
PollingResult - Class in flexagon.fd.model.pojos.continuous
Object containing all information from one 'Poll' to the other.
PollingResult() - Constructor for class flexagon.fd.model.pojos.continuous.PollingResult
 
populateFiles(Long, Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Populate partial deployment files for a given project.
ProjectBuildInfo - Class in flexagon.fd.model.pojos.rest.project
 
ProjectBuildInfo() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectBuildInfo
 
ProjectDeployInfo - Class in flexagon.fd.model.pojos.rest.project
 
ProjectDeployInfo() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectDeployInfo
 
ProjectPackagePojo - Class in flexagon.fd.model.pojos.project
 
ProjectPackagePojo(Long, String, Long) - Constructor for class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
ProjectPackagePojo() - Constructor for class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
ProjectPojo - Class in flexagon.fd.model.pojos.rest.project
 
ProjectPojo() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
ProjectSCMConfig - Class in flexagon.fd.model.pojos.rest.project
 
ProjectSCMConfig() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
 
ProjectSCMConfigValue - Class in flexagon.fd.model.pojos.rest.project
 
ProjectSCMConfigValue() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
 
ProjectSCMConfigValue(String, String) - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
 
ProjectSCMPojo - Class in flexagon.fd.model.pojos.rest.project
 
ProjectSCMPojo() - Constructor for class flexagon.fd.model.pojos.rest.project.ProjectSCMPojo
 

R

rejectTask(String, Long, String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Reject a FlexDeploy Task.
ReleaseProjectsPojo - Class in flexagon.fd.model.pojos.rest.release
Simple pojo representing a FlexDeploy Project on a Release definition
ReleaseProjectsPojo() - Constructor for class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
ReleaseProjectsPojo(Long) - Constructor for class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
This constructor should be used when working with a non partial project
ReleaseProjectsPojo(Long, String, Boolean) - Constructor for class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
This constructor should be used when working with a partial project
removeProjectsFromRelease(String, List<ReleaseProjectsPojo>) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Remove FlexDeploy projects from a given release.

S

setActionType(ChangeActionTypeEnum) - Method in class flexagon.ffi.scm.pojos.LogChange
 
setActive(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setActive(boolean) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setApplicationId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setBuildEnvironmentId(Long) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setBuildInfo(ProjectBuildInfo) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setChangeDetected() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setChangeFile(String) - Method in class flexagon.ffi.scm.pojos.LogChange
 
setCode(String) - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
Sets the exception code.
setCommitDate(Date) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setCommitDate(Date) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setCommitter(String) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setCommitterEmail(String) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setConfigName(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
 
setConfigValue(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
 
setConfigValues(List<ProjectSCMConfigValue>) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
 
setContainerConfiguration(ContainerConfiguration) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setDeployInfo(ProjectDeployInfo) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setDescription(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setEmailAddress(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setFirstName(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setInstanceId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectBuildInfo
 
setInstanceId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
 
setInstanceIds(List<Long>) - Method in class flexagon.fd.model.pojos.rest.project.ProjectDeployInfo
 
setInstanceIds(List<Long>) - Method in class flexagon.fd.model.pojos.rest.project.UtilityProjectExecutionInfo
 
setIsActive(Boolean) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setLastChangeDate(Date) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setLastName(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setLogChanges(List<LogChange>) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setLogKey(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
 
setLogs(List<LogPoint>) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setMainStreamName(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setMessage(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
Sets the message shown for current webhook execution on the Webhook Messages screen.
setMessage(String) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setPackageId(Long) - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
setPackageName(String) - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
setPackageName(String) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setPartialDeployment(Boolean) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setPassword(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setPriority(Integer) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setPriority(Integer) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setPriorityScope(DeployPriorityScopeEnum) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setProjectGroups(String) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setProjectId(Long) - Method in class flexagon.fd.model.pojos.project.ProjectPackagePojo
 
setProjectId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setProjectId(Long) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setProjectName(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setProjectPath(String) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setProjectStreamId(Long) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setProjectType(ProjectTypeEnum) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setRequestAllFiles(Boolean) - Method in class flexagon.fd.model.pojos.rest.release.ReleaseProjectsPojo
 
setRevision(String) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setRevision(String) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setRevision(long) - Method in class flexagon.ffi.scm.pojos.LogPoint
 
setScmConfiguration(ProjectSCMPojo) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setScmInstanceIds(Set<Long>) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setScmType(SCMTypeEnum) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setSecondaryRevision(String) - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
setSecureLogValues(List<String>) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
 
setSourceNumber(Integer) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMConfig
 
setSources(List<ProjectSCMConfig>) - Method in class flexagon.fd.model.pojos.rest.project.ProjectSCMPojo
 
setStreams(List<Long>) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setUserId(Long) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setUserName(String) - Method in class flexagon.fd.model.pojos.security.FDUser
 
setUtilityExecutionInfo(UtilityProjectExecutionInfo) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setWebhooksEnabled(Boolean) - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
setWorkflowId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectBuildInfo
 
setWorkflowId(Long) - Method in class flexagon.fd.model.pojos.rest.project.ProjectDeployInfo
 
setWorkflowId(Long) - Method in class flexagon.fd.model.pojos.rest.project.UtilityProjectExecutionInfo
 
severe(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
Logs a message to the FlexDeploy logs with a level of SEVERE.
SlackFunctions - Class in flexagon.fd.services.webhooks.functions
Utility functions used to get information from a Slack payload
SlackFunctions(DevOpsRestAM, LogFunctions) - Constructor for class flexagon.fd.services.webhooks.functions.SlackFunctions
 
startRelease(String) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Start a FlexDeploy Release.
startRelease(Long) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Start a FlexDeploy Release.

T

toString() - Method in class flexagon.fd.model.pojos.continuous.PollingResult
 
toString() - Method in class flexagon.fd.model.pojos.security.FDUser
 
toString() - Method in class flexagon.ffi.scm.pojos.LogChange
 

U

updatePackage(Long, String, Long, PollingResult) - Method in class flexagon.fd.services.webhooks.functions.FlexDeployFunctions
Updates a given package relative to a PollingResult.
UtilityProjectExecutionInfo - Class in flexagon.fd.model.pojos.rest.project
 
UtilityProjectExecutionInfo() - Constructor for class flexagon.fd.model.pojos.rest.project.UtilityProjectExecutionInfo
 

V

validate() - Method in class flexagon.fd.model.pojos.rest.project.ProjectPojo
 
valueOf(String) - Static method in enum flexagon.ffi.scm.enums.ChangeActionTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum flexagon.ffi.scm.enums.ChangeActionTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in class flexagon.fd.services.webhooks.functions.LogFunctions
Logs a message to the FlexDeploy logs with a level of WARNING.
A B C D E F G H I L P R S T U V W 
Skip navigation links