Uses of Interface
com.atlassian.bamboo.persister.file.PersisterOptions
-
Packages that use PersisterOptions Package Description com.atlassian.bamboo.persister com.atlassian.bamboo.persister.file -
-
Uses of PersisterOptions in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type PersisterOptions Modifier and Type Method Description void
Persister. setPersisterOptions(PersisterOptions persisterOptions)
Let the UI update the persister -
Uses of PersisterOptions in com.atlassian.bamboo.persister.file
Classes in com.atlassian.bamboo.persister.file that implement PersisterOptions Modifier and Type Class Description class
FileBasedPersisterOptions
This allows the user to specify the file based persister options.Methods in com.atlassian.bamboo.persister.file with parameters of type PersisterOptions Modifier and Type Method Description void
FileBasedPersister. setPersisterOptions(PersisterOptions persisterOptions)
-