Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Annotation
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Annotation in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>
ModelPackage. getAnnotations()
Get annotationsList<Annotation>
Module. getAnnotations()
Get annotationsList<Annotation>
ModelPackage. getDeclaredAnnotations()
Get declaredAnnotationsList<Annotation>
Module. getDeclaredAnnotations()
Get declaredAnnotationsMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Annotation Modifier and Type Method Description ModelPackage
ModelPackage. addAnnotationsItem(Annotation annotationsItem)
Module
Module. addAnnotationsItem(Annotation annotationsItem)
ModelPackage
ModelPackage. addDeclaredAnnotationsItem(Annotation declaredAnnotationsItem)
Module
Module. addDeclaredAnnotationsItem(Annotation declaredAnnotationsItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Annotation Modifier and Type Method Description ModelPackage
ModelPackage. annotations(List<Annotation> annotations)
Module
Module. annotations(List<Annotation> annotations)
ModelPackage
ModelPackage. declaredAnnotations(List<Annotation> declaredAnnotations)
Module
Module. declaredAnnotations(List<Annotation> declaredAnnotations)
void
ModelPackage. setAnnotations(List<Annotation> annotations)
void
Module. setAnnotations(List<Annotation> annotations)
void
ModelPackage. setDeclaredAnnotations(List<Annotation> declaredAnnotations)
void
Module. setDeclaredAnnotations(List<Annotation> declaredAnnotations)