All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exactpro.sf.help.template.action-method.ftlh Maven / Gradle / Ivy

There is a newer version: 3.4.260
Show newest version

Method information:

Return type${returnType}
Method name${name}
Parameters${parameters}
URI${uri}
<#if description??>
${description?no_esc}
<#if commonColumns?has_content> <#list commonColumns as commonColumn>
Common columns:
${commonColumn.value().getName()}<#if commonColumn.required() || commonColumn.deprecated()>(<#if commonColumn.required()>required<#if commonColumn.deprecated()>${commonColumn.required()?then(", deprecated","deprecated")})

<#if customColumns?has_content> <#list customColumns as customColumn>
Custom columns:
${customColumn.value()} <#if customColumn.required() || customColumn.deprecated()> (<#if customColumn.required()>required<#if customColumn.deprecated()>${customColumn.required()?then(", deprecated","deprecated")})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy