Uses of Interface
dev.galasa.zos.IZosImage
Packages that use IZosImage
Package
Description
CICS/TS Manager
Galasa Ecosystem Manager
Zos3270Terminal Manager
z/OS Batch Manager Batch interface
zOS Console Manager - oeconsol Internal Implementation
z/OS Manager File interface
zOS/MF Manager
zOSMF Manager - Internal SPI
zOS Program Manager
zOS Program Manager - Internal SPI
RSE API Manager
RSE API Manager - Internal SPI
-
Uses of IZosImage in dev.galasa.cicsts
Methods in dev.galasa.cicsts that return IZosImageModifier and TypeMethodDescriptionICicsRegion.getZosImage()
Retrieve the zOS Image the CICS TS region resides on -
Uses of IZosImage in dev.galasa.cicsts.spi
Methods in dev.galasa.cicsts.spi that return IZosImageConstructors in dev.galasa.cicsts.spi with parameters of type IZosImageModifierConstructorDescriptionBaseCicsImpl
(ICicstsManagerSpi cicstsManager, String cicsTag, IZosImage zosImage, String applid, MasType masType) -
Uses of IZosImage in dev.galasa.galasaecosystem
Methods in dev.galasa.galasaecosystem with parameters of type IZosImageModifier and TypeMethodDescriptionvoid
IGenericEcosystem.addZosImageToCps
(@NotNull IZosImage image) void
IGenericEcosystem.addZosImageToCpsAsDefault
(@NotNull IZosImage image) void
IGenericEcosystem.setZosClusterImages
(@NotNull String cluserId, @NotNull IZosImage... images) void
IGenericEcosystem.setZosImageDseTag
(@NotNull String tag, @NotNull IZosImage image) -
Uses of IZosImage in dev.galasa.zos.spi
Methods in dev.galasa.zos.spi that return IZosImageModifier and TypeMethodDescription@NotNull IZosImage
Returns a zOS Image for the specified image ID@NotNull IZosImage
IZosManagerSpi.getImageForTag
(@NotNull String tag) Returns a zOS Image for the specified tag@NotNull IZosImage
IZosManagerSpi.getUnmanagedImage
(String imageId) Returns a zOS Image for the specified image that may not have been provisioned so far@NotNull IZosImage
IZosManagerSpi.provisionImageForTag
(@NotNull String tag) Returns a zOS Image for the specified tag, if necessary provisions itMethods in dev.galasa.zos.spi with parameters of type IZosImageModifier and TypeMethodDescription@NotNull String
IZosManagerSpi.getRunDatasetHLQ
(@NotNull IZosImage image) Returns the data set HLQ(s) for temporary data sets for the specified image@NotNull String
IZosManagerSpi.getRunUNIXPathPrefix
(@NotNull IZosImage image) Returns the zOS UNIX path prefix for temporary file for the specified imageIZosManagerSpi.newZosBatchJobname
(IZosImage image) Provides other managers aIZosBatchJobname
with a prefix defined by the zOS Batchzosbatch.jobname.[imageid].prefix
property -
Uses of IZosImage in dev.galasa.zos3270.spi
Constructors in dev.galasa.zos3270.spi with parameters of type IZosImageModifierConstructorDescriptionZos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, int primaryColumns, int primaryRows, int alternateColumns, int alternateRows, ITextScannerManagerSpi textScanner) Deprecated, for removal: This API element is subject to removal in a future version.Zos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, ITextScannerManagerSpi textScanner) Deprecated, for removal: This API element is subject to removal in a future version.Zos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) -
Uses of IZosImage in dev.galasa.zosbatch
Methods in dev.galasa.zosbatch with parameters of type IZosImage -
Uses of IZosImage in dev.galasa.zosbatch.spi
Methods in dev.galasa.zosbatch.spi with parameters of type IZosImageModifier and TypeMethodDescription@NotNull IZosBatch
IZosBatchSpi.getZosBatch
(@NotNull IZosImage image) Returns a zOS Batch instance -
Uses of IZosImage in dev.galasa.zosconsole.oeconsol.manager
Methods in dev.galasa.zosconsole.oeconsol.manager with parameters of type IZosImageModifier and TypeMethodDescriptionOeconsolZosConsoleManagerImpl.getCredentials
(String credentialsId, IZosImage image) @NotNull IZosConsole
OeconsolZosConsoleManagerImpl.getZosConsole
(IZosImage image) OeconsolZosConsoleManagerImpl.getZosUNIXCommand
(IZosImage image) Constructors in dev.galasa.zosconsole.oeconsol.manager with parameters of type IZosImageModifierConstructorDescriptionOeconsolZosConsoleImpl
(OeconsolZosConsoleManagerImpl oeconsolZosConsoleManager, IZosImage image) -
Uses of IZosImage in dev.galasa.zosconsole.spi
Methods in dev.galasa.zosconsole.spi with parameters of type IZosImageModifier and TypeMethodDescription@NotNull IZosConsole
IZosConsoleSpi.getZosConsole
(IZosImage image) Returns a zOS Console instance -
Uses of IZosImage in dev.galasa.zosfile
Methods in dev.galasa.zosfile with parameters of type IZosImageModifier and TypeMethodDescriptionIZosFileHandler.listDatasets
(String prefix, IZosImage image) Return aList
of data set name starting with the supplied prefixIZosFileHandler.newDataset
(String dsname, IZosImage image) Instantiate a newIZosDataset
, which can represent either an existing dataset, or one to be created.IZosFileHandler.newUNIXFile
(String fullFilePath, IZosImage image) Instantiate a newIZosUNIXFile
, which can represent either an existing UNIX file, or directory, or one to be created.IZosFileHandler.newVSAMDataset
(String dsname, IZosImage image) Instantiate a newIZosVSAMDataset
object with the given name. -
Uses of IZosImage in dev.galasa.zosliberty
Methods in dev.galasa.zosliberty that return IZosImageModifier and TypeMethodDescriptionIZosLibertyServer.getZosImage()
Get the zOS Image for this Liberty serverMethods in dev.galasa.zosliberty with parameters of type IZosImageModifier and TypeMethodDescriptionIZosLiberty.newZosLibertyServer
(IZosImage zosImage) Create a zOS Liberty server object using the Liberty/Galasa default propertiesIZosLiberty.newZosLibertyServer
(IZosImage zosImage, String wlpInstallDir, String wlpUserDir, String wlpOutputDir) Create a zOS Liberty server object using the Liberty/Galasa default properties -
Uses of IZosImage in dev.galasa.zosliberty.angel.spi
Methods in dev.galasa.zosliberty.angel.spi with parameters of type IZosImageModifier and TypeMethodDescription@NotNull IZosLibertyAngel
IZosLibertyAngelSpi.newZosLibertyAngel
(@NotNull IZosImage zosImage, @NotNull String angelName) Returns a zOS Liberty Angel instance -
Uses of IZosImage in dev.galasa.zosmf
Methods in dev.galasa.zosmf that return IZosImage -
Uses of IZosImage in dev.galasa.zosmf.spi
Methods in dev.galasa.zosmf.spi with parameters of type IZosImageModifier and TypeMethodDescriptionReturns a map of zOSMF servers available for use with a z/OS ImageIZosmfManagerSpi.newZosmfRestApiProcessor
(IZosImage image, boolean restrictToImage) Returns aIZosmfRestApiProcessor
for a single image -
Uses of IZosImage in dev.galasa.zosprogram
Methods in dev.galasa.zosprogram that return IZosImage -
Uses of IZosImage in dev.galasa.zosprogram.spi
Methods in dev.galasa.zosprogram.spi with parameters of type IZosImageModifier and TypeMethodDescriptionIZosProgramManagerSpi.newZosProgram
(@NotNull IZosImage image, @NotNull String name, @NotNull String source, @NotNull ZosProgram.Language language, boolean cics, String loadlib) Returns a new zOS Program -
Uses of IZosImage in dev.galasa.zosrseapi
Methods in dev.galasa.zosrseapi that return IZosImage -
Uses of IZosImage in dev.galasa.zosrseapi.spi
Methods in dev.galasa.zosrseapi.spi with parameters of type IZosImageModifier and TypeMethodDescriptionIRseapiManagerSpi.getRseapis
(@NotNull IZosImage zosImage) Returns a map of RSE API servers available for use with a z/OS ImageIRseapiManagerSpi.newRseapiRestApiProcessor
(IZosImage image, boolean restrictToImage) Returns aIRseapiRestApiProcessor
for a single image -
Uses of IZosImage in dev.galasa.zostsocommand.spi
Methods in dev.galasa.zostsocommand.spi with parameters of type IZosImageModifier and TypeMethodDescriptionIZosTSOCommandSpi.getZosTSOCommand
(@NotNull IZosImage image) Returns a zOS TSO Command instance -
Uses of IZosImage in dev.galasa.zosunixcommand.spi
Methods in dev.galasa.zosunixcommand.spi with parameters of type IZosImageModifier and TypeMethodDescription@NotNull IZosUNIXCommand
IZosUNIXCommandSpi.getZosUNIXCommand
(IZosImage image) Returns a zOS UNIX Command instance
Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner)
constructor instead.