Uses of Enum Class
com.winchesters.devopsify.enums.ReadMeStatus
Packages that use ReadMeStatus
Package
Description
-
Uses of ReadMeStatus in com.winchesters.devopsify.dto.response
Methods in com.winchesters.devopsify.dto.response that return ReadMeStatusModifier and TypeMethodDescriptionGithubDto.readMeStatus()Returns the value of thereadMeStatusrecord component.Constructors in com.winchesters.devopsify.dto.response with parameters of type ReadMeStatusModifierConstructorDescriptionGithubDto(String title, ReadMeStatus readMeStatus, RepositoryStatus repositoryStatus, int numberOfCommits, Date lastCommitDate) Creates an instance of aGithubDtorecord class. -
Uses of ReadMeStatus in com.winchesters.devopsify.enums
Methods in com.winchesters.devopsify.enums that return ReadMeStatusModifier and TypeMethodDescriptionstatic ReadMeStatusReturns the enum constant of this class with the specified name.static ReadMeStatus[]ReadMeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReadMeStatus in com.winchesters.devopsify.model
Methods in com.winchesters.devopsify.model that return ReadMeStatusModifier and TypeMethodDescriptionGithubAnalyseResults.readMeStatus()Returns the value of thereadMeStatusrecord component.Constructors in com.winchesters.devopsify.model with parameters of type ReadMeStatusModifierConstructorDescriptionGithubAnalyseResults(String title, ReadMeStatus readMeStatus, RepositoryStatus repositoryStatus, int numberOfCommits, Date lastCommitDate) Creates an instance of aGithubAnalyseResultsrecord class. -
Uses of ReadMeStatus in com.winchesters.devopsify.service.technologies.github.readme
Methods in com.winchesters.devopsify.service.technologies.github.readme that return ReadMeStatusModifier and TypeMethodDescriptionstatic ReadMeStatusReadMe.analyseReadMe(String readMe, String projectTitle)