Uses of Class
com.winchesters.devopsify.dto.request.JenkinsFileDto
Packages that use JenkinsFileDto
-
Uses of JenkinsFileDto in com.winchesters.devopsify.dto.request.project
Methods in com.winchesters.devopsify.dto.request.project that return JenkinsFileDtoModifier and TypeMethodDescriptionCreateNewProjectJenkinsDto.jenkinsfile()
Returns the value of thejenkinsfile
record component.Constructors in com.winchesters.devopsify.dto.request.project with parameters of type JenkinsFileDtoModifierConstructorDescriptionCreateNewProjectJenkinsDto
(Server server, JenkinsFileDto jenkinsfile, Boolean generateJenkinsfile) Creates an instance of aCreateNewProjectJenkinsDto
record class. -
Uses of JenkinsFileDto in com.winchesters.devopsify.utils
Methods in com.winchesters.devopsify.utils with parameters of type JenkinsFileDtoModifier and TypeMethodDescriptionstatic JenkinsFile
JenkinsfileUtils.jenkinsFileDtoToJenkinsFile
(JenkinsFileDto dto, String artifactName, String remoteRepoUrl)