jenkins-pipeline-shared-libraries-gradle-plugin
Toggle table of contents
0.12.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jenkins-pipeline-shared-libraries-gradle-plugin
jenkins-pipeline-shared-libraries-gradle-plugin
/
com.mkobit.jenkins.pipelines
/
SharedLibraryEntry
Shared
Library
Entry
data
class
SharedLibraryEntry
(
val
libraryName
:
String
,
val
locationPath
:
String
,
val
implicit
:
Boolean
)
:
Serializable
Members
Constructors
Shared
Library
Entry
Link copied to clipboard
constructor
(
libraryName
:
String
,
locationPath
:
String
,
implicit
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
implicit
Link copied to clipboard
val
implicit
:
Boolean
library
Name
Link copied to clipboard
val
libraryName
:
String
location
Path
Link copied to clipboard
val
locationPath
:
String