nmcp-root
Toggle table of contents
1.3.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nmcp-root
nmcp-tasks
/
nmcp.internal.task
/
NmcpPublishWithPublisherApiEntryPoint
/
Companion
Companion
object
Companion
Members
Functions
run
Link copied to clipboard
@
JvmStatic
fun
run
(
logger
:
BiConsumer
<
Int
,
String
>
,
username
:
String
?
,
password
:
String
?
,
publicationName
:
String
,
publishingType
:
String
?
,
baseUrl
:
String
?
,
validationTimeoutSeconds
:
Long
?
,
publishingTimeoutSeconds
:
Long
?
,
inputFile
:
File
)