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 ModelPackageModelPackage. addAnnotationsItem(Annotation annotationsItem)ModuleModule. addAnnotationsItem(Annotation annotationsItem)ModelPackageModelPackage. addDeclaredAnnotationsItem(Annotation declaredAnnotationsItem)ModuleModule. addDeclaredAnnotationsItem(Annotation declaredAnnotationsItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Annotation Modifier and Type Method Description ModelPackageModelPackage. annotations(List<Annotation> annotations)ModuleModule. annotations(List<Annotation> annotations)ModelPackageModelPackage. declaredAnnotations(List<Annotation> declaredAnnotations)ModuleModule. declaredAnnotations(List<Annotation> declaredAnnotations)voidModelPackage. setAnnotations(List<Annotation> annotations)voidModule. setAnnotations(List<Annotation> annotations)voidModelPackage. setDeclaredAnnotations(List<Annotation> declaredAnnotations)voidModule. setDeclaredAnnotations(List<Annotation> declaredAnnotations)