Interface TestStepsField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<TestSteps>

public interface TestStepsField extends ScalarField<TestSteps>
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    This method can be used also when the parent object is unresolvable or user has no permission to access.

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field

    can, compareWith, description, id, is, label

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.ScalarField

    get, getIfCan
  • Method Details

    • render

      @NotNull TestStepsRenderer render()
      Description copied from interface: Field
      This method can be used also when the parent object is unresolvable or user has no permission to access. In both cases the method will just render nothing and not throw any exceptions.
      Specified by:
      render in interface CanRender<Renderer<? extends Renderer<?>>>
      Specified by:
      render in interface Field
      Since:
      3.9.2