Uses of Enum Class
com.winchesters.devopsify.enums.RepositoryStatus
Packages that use RepositoryStatus
Package
Description
-
Uses of RepositoryStatus in com.winchesters.devopsify.dto.response
Methods in com.winchesters.devopsify.dto.response that return RepositoryStatusModifier and TypeMethodDescriptionGithubDto.repositoryStatus()Returns the value of therepositoryStatusrecord component.Constructors in com.winchesters.devopsify.dto.response with parameters of type RepositoryStatusModifierConstructorDescriptionGithubDto(String title, ReadMeStatus readMeStatus, RepositoryStatus repositoryStatus, int numberOfCommits, Date lastCommitDate) Creates an instance of aGithubDtorecord class. -
Uses of RepositoryStatus in com.winchesters.devopsify.enums
Methods in com.winchesters.devopsify.enums that return RepositoryStatusModifier and TypeMethodDescriptionstatic RepositoryStatusReturns the enum constant of this class with the specified name.static RepositoryStatus[]RepositoryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RepositoryStatus in com.winchesters.devopsify.model
Methods in com.winchesters.devopsify.model that return RepositoryStatusModifier and TypeMethodDescriptionGithubAnalyseResults.repositoryStatus()Returns the value of therepositoryStatusrecord component.Constructors in com.winchesters.devopsify.model with parameters of type RepositoryStatusModifierConstructorDescriptionGithubAnalyseResults(String title, ReadMeStatus readMeStatus, RepositoryStatus repositoryStatus, int numberOfCommits, Date lastCommitDate) Creates an instance of aGithubAnalyseResultsrecord class.