Class LibraryRecord
java.lang.Object
org.jenkinsci.plugins.workflow.libs.LibraryRecord
Record of a library being used in a particular build.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
directoryNameFor
(String... data) Returns a partially unique name that can be safely used as a directory name.Returns a string representation to be used for example in theLibraryAdder
.getName()
boolean
boolean
toString()
-
Method Details
-
getName
-
getDirectoryName
Returns a partially unique name that can be safely used as a directory name. Uniqueness is based on the library name, version, whether it is trusted, and the source of the library.LibraryRetriever
-specific information such as the SCM is not used to produce this name. -
getLogString
Returns a string representation to be used for example in theLibraryAdder
. -
getVersion
-
getVariables
-
isTrusted
@Exported public boolean isTrusted() -
isChangelog
@Exported public boolean isChangelog() -
toString
-
directoryNameFor
-